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

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

.legal h3 {
    color: var(--orange);
}

.legal p+h2,
.legal p+h3 {
    margin-top: 40px;
}

.legal p {
    font-size: 15px;
    line-height: 150%;
    line-height: 160%;
    font-style: normal;
}

@media screen and (min-width: 992px) {
    .legal p {
        font-size: 12px;
        font-weight: 400;
    }
}

.legal a {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.legal a:hover {
    color: var(--light-blue);
}

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