@media only screen and (max-width: 769px) {
	.swap-on-mobile {
      display: flex !important;
	  flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 769px) { 
    .vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
   }
}