/* hero lead final requested size */
.hero__lead,
.hero.hero--subpage .hero__lead {
  font-size: 28px !important;
}

@media (max-width: 900px) {
  .hero__lead,
  .hero.hero--subpage .hero__lead {
    font-size: 24px !important;
  }
}

@media (max-width: 620px) {
  .hero__lead,
  .hero.hero--subpage .hero__lead {
    font-size: 22px !important;
  }
}

/* contact CTA removed */
.contact-cta,
[class*="contact-cta"] {
  display: none;
}

/* cta section orange removed */
.cta.section-orange,
.section-orange.cta {
  display: none;
}
