@media only screen and (max-width: 767px) {
  .reverse-mobile,
  .vc_rtl-columns-reverse {
     flex-direction: column-reverse;
  }
}