/* Text sections and tinted bands. */
.sg-section {
    padding: 48px 0;
}

.sg-section--tint {
    background-color: var(--sg-green-soft);
}

.sg-section__title {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 1.2vw + 1.25rem, 2.1rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--sg-text);
}

.sg-section__body {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--sg-muted);
    max-width: 46rem;
}

@media (min-width: 48rem) {
    .sg-section {
        padding: 64px 0;
    }

    .sg-section__body {
        font-size: 1.2rem;
    }
}
