﻿/* layout.css - .layout-container content wrapper; .section-title heading */

/* --- Layout container --- */
/* Block: layout-container */
.layout-container {
    width: min(94vw, 41rem);
    max-width: 41rem;
    margin: 0 auto 0;
    padding: 0 clamp(0.8rem, 2.1vw, 1.2rem);
}

.header+.layout-container {
    margin-top: clamp(-2.1rem, -4vw, -1.2rem) !important;
}

/* --- Section title --- */
/* Block: section-title */
.section-title {
    font-size: clamp(1.4rem, 5vw, 1.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 5rem 0 2.5rem;
}
