/* Add here all your CSS customizations */


.subeler{
    background: url('../bg-bottom.png') top center !important; background-size: cover !important; margin-top: -100px !important;   
}


@media(max-width: 991px){
    
    .subeler{
        background: url('../bg-bottom.png') top center !important; background-size: cover !important; margin-top: -100px !important;   
    }
    
    .m-padding{
        padding: 50px 0;
    }
    
    .m-logo{
        height: 60px !important;
        width: auto;
    }

}