/* 1. HIDE THE PINK ICONS TOTALLY */
.vc_icon_element, 
.vc_icon_element-inner, 
.vc_icon_element-wrapper {
    display: none !important;
}

/* 2. FIX MOBILE SPACING */
@media (max-width: 768px) {
    /* Tighten the space under the text so the image moves up */
    .wpb_text_column, 
    .wpb_content_element,
    .wpb_text_column p {
        margin-bottom: 5px !important;
        padding-bottom: 0px !important;
    }

    /* Ensure the image column doesn't have extra padding at the top */
    .vc_column-inner {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    /* Remove extra margin from rows to keep things tight */
    .vc_row {
        margin-bottom: 0px !important;
    }
}