/* FitUI V2 — Section heading */

.fit-section-head {
    display: grid;
    gap: var(--fit-space-4);
    max-width: 760px;
    margin-bottom: clamp(32px, 5vw, 64px);
}

.fit-section-head--center {
    justify-items: center;
    margin-inline: auto;
    text-align: center;
}

.fit-section-head h2,
.fit-section-head h3 {
    margin-bottom: 0;
}

.fit-section-head p {
    max-width: 660px;
    margin-bottom: 0;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
}
