/* Section générique */
.section {
    padding: 5rem 0;
    border-top: 1px solid var(--border-color);
}

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.section p {
    line-height: 1.8;
}

@media (max-width: 768px) {
    .section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .section {
        padding: 3rem 0;
    }
}
