/* About Us hero SEO H2 under H1 */
.about-page-hero .about-page-hero-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--_font-family---heading-font), Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.3px;
  max-width: 640px;
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .about-page-hero .about-page-hero-subtitle {
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .about-page-hero .about-page-hero-subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
