/* Sections */
.section {
    padding: 1.5rem;
    padding-bottom: 8rem;
}

.section-title {
    font-size: 2.25rem;
    text-transform: uppercase;
    font-family: var(--font-title);
    color: white;
    text-align: center;
    margin-bottom: 3rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 4rem;
    font-family: var(--font-sf-pro);
    font-weight: var(--font-weight-medium);
}