@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 1.8em;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  h4 {
    font-size: 1em;
    line-height: 1.5;
  }
  h5 {
    font-size: 0.8em;
    line-height: 1.5;
  }
  h6 {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: normal;
  }
}

/* by Creasant */

@media only screen and (min-width: 1000px) {

  h1 {
    font-size: 42px;
    line-height: 1.3;
  }
  h2 {
    font-size: 36px;
    line-height: 1.6;
  }
  h3 {
    font-size: 30px;
    line-height: 1.6;
  }

  body .mtpc-2col-section.fdc-spec .mtpc-2col-section-wrapper > .mtpc-2col-item--1 {
    width: calc(48.4% - 10px);
  }
  body .mtpc-2col-section.fdc-spec .mtpc-2col-section-wrapper > .mtpc-2col-item--2 {
    width: calc(51.6% - 10px);
    margin-top: 76px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  body .fdc-cards .mtpc-block:has(.fdc-pct) .field--name-field-mod-long-fmt > .field__item {
    grid-template-columns: minmax(0, 1fr);
  }
  body .fdc-cards .fdc-pct {
    grid-column: 1;
    grid-row: auto;
  }
}
