
@media only screen and (max-width:575px) {
    .hero {
        background-image: none !important;
        background-color: #fff !important;
        padding-bottom: 0px !important;
    }
    
   
    
    
    .hero .container .row .image-wrapper{
        margin-top: 50px !important

    }

    .hs-1{
        margin: 0px !important
    }

    .features-block {
       
        margin-left: 30px;
        margin-right: 30px;
    }

    .features-pap {
        flex-direction: column-reverse !important;
    }

        .features-pap .col-lg-5 {
            margin-bottom: 50px !important
        }

    .features-section.section-padding{
        padding-bottom: 0px !important
    }


    .companies-section.section-padding{
        padding-top: 50px !important
    }
    
   

    .slick-next {
        right: 6px !important;
    }

    .slick-prev {
        left: -4px !important;
    }

    
}
