@media (min-width: 1024px){
    .banner-title {
        font-size: 6rem;
        font-weight: 500 !important;
    }
}
@media (max-width: 769px){
    .banner-title {
        font-size: 4rem;
        font-weight: 500 !important;
    }
}
@media (max-width: 426px){
    .banner-title {
        font-size: 3rem;
        font-weight: 500 !important;
    }
}
@media (max-width: 376px){
    .banner-title {
        font-size: 2.5rem;
        font-weight: 500 !important;
    }
}
