.row.g-4,
.row.g-3,
.row.g-2,
.row.g-1 {
    --bs-gutter-y: 6px !important;
}

/* BIGGER ICONS INSIDE SUPPORT CARDS */
#support-services .support-icon {
    width: 100% !important;
    height: 50% !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 18px !important;

    background: linear-gradient(135deg, #ccfbf1, #ecfeff) !important;
    color: #0f766e !important;

    margin: 0 0 5px !important;

    box-shadow:
        0 3px 10px rgba(15, 118, 110, 0.15) !important;
}


/* Make actual icon much larger */
#support-services .support-icon i {
    font-size: 2.7rem !important;
    line-height: 1 !important;
}


/* Keep wording close so card doesn't become too tall */
#support-services .support-card h3 {
    margin: 6px 0 2px !important;
    line-height: 1.05 !important;
    font-size: 1rem !important;
    font-weight: 700;
}


#support-services .support-card p {
    margin: 0 !important;
    line-height: 1.1 !important;
    font-size: 0.84rem !important;
}