

@media (max-width:767px){
    body .m-custom-content.reverse-content .m-custom-content__wrapper{
        flex-direction: column-reverse;
    }
}