/* ===== SECTIONS & LAYOUT ===== */

/* Sections */
section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--text);
}