.legal-content h1 {
    margin-bottom: 40px;
}

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

.legal-content h2,
.legal-content h3 {
    margin-bottom: 16px;
}

.legal-content p+h2,
.legal-content p+h3,
.legal-content ul+h2,
.legal-content ul+h3 {
    margin-top: 32px;
}

.legal-content ul {
    padding-left: 16px;
    margin: 16px 0;
    list-style-type: disc;
}

.legal-content p a {
    text-decoration: underline;
}

.legal-content--button {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

/*# sourceMappingURL=style.css.map */
