header {
    margin-bottom: 3rem;
}
section h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
section h2 {
    margin-bottom: 5rem;
    color: var(--corp);
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.2;
}
section h3 {
    margin-bottom: 5rem;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
}
section p {
    margin-bottom: 1rem;
}
section ul {
    padding-left: 0;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    section * + h2 {
        margin-top: 2rem;
    }
}
@media (max-width: 991px) {
    section {
        font-size: 4.5rem;
    }
    section * + h2 {
        margin-top: 7.5rem;
    }
}