.support-section-no-top {
    padding-top: 0;
}

.support-stat-label {
    color: #4a5568;
}

.support-process-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.support-link-emphasis {
    color: var(--wf-blue);
    font-weight: 600;
}

.support-cta-subtitle {
    color: #ffffff;
    padding-bottom: 2rem;
    font-size: 1.5rem;
}

.support-cta-primary-spaced {
    margin-right: 1rem;
}

.support-icon-20 {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .support-cta-primary-spaced {
        margin-right: 0;
    }
}
