.banner-text-header {
    color: var(--bitsi-white, #FFF);
    text-shadow: 0px 4px 100px 0px #031E3B;
    font-family: Montserrat, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 122px; 
}

.banner-text-subheader {
    color: var(--bitsi-white, #FFF);
    text-shadow: 0px 4px 100px 0px #000;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

@media (max-width: 780px) {
    .banner-text-header {
        padding-top: 50px;
        padding-left: 45px;
        font-size: 1.5rem;
    }
    
    .banner-text-subheader {
        padding-left: 45px;
        font-size: 1rem;
    }
}