.legales {
    margin-block: 0px 24px;
}

.legales .title {
    font-size: 2rem;
    text-align: center;
    display: block;
    height: fit-content;
    margin-bottom: 16px;
    line-height: normal;
}

.legales h2,
.legales h3 {
    font-family: var(--ffMBo);
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.legales h3 {
    font-size: 1.25rem;
}

.legales + .footer {
    padding-top: 16px;
}

@media (width > 991px ) {
    .legales {
        margin-top: 132px;
    }
}