/* Readable heading scale for the MVP LED corporate homepage. */
.mvp-home-redesign .mhr .mhr-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 3.3vw, 56px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}

.mvp-home-redesign .mhr .mhr-h2,
.mvp-home-redesign .mhr .mhr-cta h2 {
  font-size: clamp(30px, 2.6vw, 42px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance;
}

@media (max-width: 1024px) {
  .mvp-home-redesign .mhr .mhr-hero-copy h1 {
    font-size: clamp(40px, 5.2vw, 48px) !important;
  }

  .mvp-home-redesign .mhr .mhr-h2,
  .mvp-home-redesign .mhr .mhr-cta h2 {
    font-size: clamp(31px, 4vw, 36px) !important;
  }
}

@media (max-width: 640px) {
  .mvp-home-redesign .mhr .mhr-hero-copy h1 {
    font-size: 36px !important;
    line-height: 1.1 !important;
    letter-spacing: -.025em !important;
  }

  .mvp-home-redesign .mhr .mhr-h2,
  .mvp-home-redesign .mhr .mhr-cta h2 {
    font-size: 30px !important;
    line-height: 1.16 !important;
    letter-spacing: -.018em !important;
  }
}
