/* Force columns side-by-side on all screen sizes */
.force-side-by-side {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.force-side-by-side .wpb_column {
    display: block !important;
    float: left !important;
}

.force-side-by-side .wpb_column.vc_col-sm-8 {
    width: 66.666667% !important;
}

.force-side-by-side .wpb_column.vc_col-sm-4 {
    width: 33.333333% !important;
}