/* Add here all your CSS customizations */

@media(max-width: 480px){
    .m-l-10 {
        margin-left: 10px;
    }
    .push-top-mobile {
        margin-top: 35px;
    }

}

@media(max-width: 1024px){
    .push-top-mobile {
        margin-top: 35px;;
    }
}
