The equal heights function in Total must remain for all mobile devices because of some of the ways customers use the function as well as all the various responsive width and offset controls for columns.
@media only screen and (max-width: 768px) {
.wpex-vc-row-columns-match-height .wpex-vc-column-wrapper { height: auto !important; }
}