.page-mentions {
    padding: 32px 16px;
    height: 60vh;
}

.legal-notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.5rem;
    justify-content: center;
    text-align: center;
}

.legal-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.legal-list {
    font-size: 1.125rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
