/* MUCH BIGGER service icon */
#services .service-icon {
    width: 100% !important;
    height: 50% !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 18px !important;

    font-size: 2.7rem !important;

    margin-bottom: 0 !important;

    background: linear-gradient(135deg, #dbeafe, #ecfeff);

    color: #2563eb;

    box-shadow:
        0 4px 12px rgba(37, 99, 235, 0.15) !important;
}


/* Make actual Bootstrap icon larger */
#services .service-icon i {
    font-size: 2.7rem !important;
    line-height: 1 !important;
}


/* PUSH WORDING DOWN */
#services .service-card h3 {
    margin-top: 18px !important;
    margin-bottom: 4px !important;

    font-size: 1rem !important;
    line-height: 1.1 !important;
    font-weight: 700;
}


#services .service-card p {
    margin: 0 !important;

    font-size: 0.85rem !important;
    line-height: 1.15 !important;
}