/* Hero Heading - Reduced by 0.2x (original 100px * 0.8 = 80px) */
.hero-banner-six .hero-heading {
    font-size: 80px !important;
}

@media (max-width: 1199px) {
    .hero-banner-six .hero-heading {
        font-size: 68px !important;
    }
}

@media (max-width: 991px) {
    .hero-banner-six .hero-heading {
        font-size: 52px !important;
    }
}

@media (max-width: 576px) {
    .hero-banner-six .hero-heading {
        font-size: 40px !important;
    }
}
