@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
@media only screen and (min-width: 576px) and (max-width: 767px){}
@media only screen and (max-width: 575px){}
@media only screen and (min-width: 320px) and (max-width: 991px){
    .banner_text h4, .banner_text h5{
        font-size: 40px !important;
    }
    .banner_text h6{
        font-size: 25px !important;
    }
    .raise_request p{
        width: 100% !important;
    }
    .feature_grid {
        grid-template-columns: 1fr !important;
    }
    .banner_txt h4, .banner_txt span{
        font-size: 40px !important;
    }
    .banner_txt h6{
        font-size: 25px !important;
    }
    .blog_details_txt h4{
        font-size: 24px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 374px){}