/* ══════════════════════════════════════════════════════════════════
   GET INVOLVED PAGE
   ══════════════════════════════════════════════════════════════════ */
/* ── Cards section ───────────────────────────────────────────── */
.sh-cards-section {
    background: var(--sh-color-bg);
    padding: 4.5rem 1.5rem;
}

.sh-cards-section__heading {

    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: var(--sh-color-text) !important;
    text-align: center;
    margin: 0 0 2.5rem !important;
}

@media (max-width: 768px) {
    .sh-cards-section {
        padding: 3rem 1.25rem;
    }
}
