/* Hero Section Block Styles */

/* Hero description - larger text under main heading */
.hero-description p {
    font-family: Nunito Variablefont Wght, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--black-blue);
    text-align: left;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .hero-description p {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hero-description p {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .hero-description p {
        font-size: 20px;
    }
}
