/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
        height: 36rem!important;
        
    }
}
@media only screen and (max-width: 767px) {
    .banner-area {
        height: 290px!important;
        
    }
}

@media (min-width: 1024px) {
    .banner-area {
        height: 51rem !important;*/ /* Set the height for desktop view */
    /*}
}*/



@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
       
        font-weight: 200!important;
    }
}