.hero-subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-size: clamp(16px, 1.8vw, 22px); /* Smooth scaling from 16px to 22px */
    font-weight: 200;
    line-height: clamp(24px, 2.7vw, 34px);
    margin: 30px 0;
    color: #f2f2f2;
}