
@media only screen and (max-width:575px) {
    .hero {
        background-image: none !important;
        background-color: #fff !important;
        padding-bottom: 0px !important;
    }
    
    .hero .container .row{
        flex-direction: column-reverse !important;

    } 
    
    
    .hero .container .row .image-wrapper{
        margin-top: 50px !important

    }

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

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