/* Start custom CSS *//* HERO TITLE SIZE */
.hero-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
}

/* HERO SUBTEXT SIZE */
.hero-subtext {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }
    .hero-subtext {
        font-size: 18px;
    }
}/* End custom CSS */