@media only screen and (min-width: 768px) and (max-width: 999px) {
  h1 {
    font-size: 1.5em;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.4em;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.3em;
    line-height: 1.3;
  }
  h4 {
    font-size: 1.1em;
    line-height: 1.3;
  }
  h5 {
    font-size: 0.9em;
    line-height: 1.4;
  }
  h6 {
    font-size: 0.9em;
    line-height: 1.1;
  }
}

/* by Creasant */

@media only screen and (max-width: 999px) {

  body .mtpc-2col-section.fdc-intro .mtpc-2col-section-wrapper {
    display: block;
  }
  body .mtpc-2col-section.fdc-intro .mtpc-2col-section-wrapper > .mtpc-2col-item {
    width: 100%;
  }
  body .mtpc-2col-section.fdc-intro .mtpc-2col-section-wrapper > .mtpc-2col-item--2 {
    max-width: 371px;
    margin-left: auto;
    margin-right: auto;
  }

  body .fdc-cards .mtpc-4col-section-wrapper > .mtpc-4col-item,
  body .fdc-cards .mtpc-4col-section-wrapper > .mtpc-4col-item:nth-of-type(2n) {
    margin-top: 0;
    margin-bottom: 20px;
  }

  body .mtpc-2col-section.fdc-spec .mtpc-2col-section-wrapper {
    display: block;
  }
  body .mtpc-2col-section.fdc-spec .mtpc-2col-section-wrapper > .mtpc-2col-item {
    width: 100%;
  }
  body .mtpc-2col-section.fdc-spec .mtpc-2col-section-wrapper > .mtpc-2col-item--2 {
    margin-left: 0;
    margin-top: 30px;
  }
  body .fdc-spec .mtpc-1col-section-wrapper,
  body .fdc-spec .mtpc-2col-section-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .fdc-spec .fdc-highlight {
    max-width: 582px;
  }

  body .fdc-intro h2 {
    font-size: 44px;
  }
  body .fdc-intro h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

  h1 {
    font-size: 36px;
    line-height: 1.3;
  }
  h2 {
    font-size: 32px;
    line-height: 1.6;
  }
  h3 {
    font-size: 27px;
    line-height: 1.6;
  }

  body .fdc-num {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    font-size: 32.4px;
  }
  body h3:has(> .fdc-num) {
    gap: 10.8px;
    padding-top: 5.4px;
  }
  body h3:has(> .fdc-num) > .fdc-num {
    margin-top: -5.4px;
  }
}
