.legal-content--container {
    max-width: 950px;
    margin-inline: auto
}

.legal-content h1 {
    text-align: center;
    margin-bottom: 56px
}

@media screen and (min-width: 992px) {
    .legal-content h1 {
        margin-bottom: 80px
    }
}

.legal-content h3,
.legal-content p,
.legal-content ul {
    margin-top: 16px
}

.legal-content h2 {
    margin-top: 40px
}

.legal-content a {
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.legal-content ul {
    list-style: disc;
    padding-left: 12px
}