@media only screen and (max-width: 769px) {
.swap-on-mobile {
    display: flex;
 flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 769px) {
.vc_row.wpb_row.vc_row-fluid.vc_row-o-content-top.vc_row-flex {
    margin-top: -60px;
}
    
}