
@media screen and (max-width: 800px) {

    .what-we-do-mobile-reverse .wvc-row-content .wvc-columns-container{
        display: flex;
        flex-direction: column-reverse;
    }

}

