/**
 * Softer section & hero headings — reduces visual weight vs theme defaults (700).
 */

.banner-carousel .content-box h2 {
  font-weight: 600;
}

.sec-title h2 {
  font-weight: 600;
}

#about .sec-title h2 {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .banner-carousel .content-box h2 {
    font-weight: 600;
  }

  .sec-title h2 {
    font-weight: 600;
  }
}
