section h1 {
    margin-bottom: 5.5rem;
    font-size: 6rem;
    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: 5rem;
}
section ul {
    margin-left: 40px;
}

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