/* ==========================================================================
   Get Involved Page
   ========================================================================== */

.gi-section {
    text-align: center;
    max-width: 700px;
    margin-inline: auto;
}

.gi-section__icon {
    font-size: 3rem;
    margin-bottom: var(--space-lg);
}

.gi-section h2 {
    margin-bottom: var(--space-md);
}

.gi-section__text {
    color: var(--color-text-light);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-xl);
}
