@media (max-width: 768px) {
    /* Shrinks the row's inner padding on mobile */
    .vc_row {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-bottom: 0px !important;
    }
    /* Removes empty space from columns inside the banner row */
    .vc_row .vc_column-inner {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}