
.container {
    width: min(100% - 2rem, var(--container));
    margin-inline: auto;
}

.section {
    padding: var(--space-2xl) 0;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    line-height: 1.1;
    color: var(--color-black);
    margin-bottom: var(--space-md);
}

.section-text {
    max-width: 650px;
    font-size: 1rem;
}