.legal {
    padding-top: 48px;
    padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
    .legal {
        padding-top: 64px;
        padding-bottom: 112px;
    }
}
.legal .container {
    max-width: 1232px;
}
.legal .container .uptitle {
    display: block;
    text-align: center;
    font-size: 10px;
}
@media screen and (min-width: 992px) {
    .legal .container .uptitle {
        font-size: 14px;
    }
}
.legal .container h1 {
    margin: 16px 0 48px 0;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto Slab", serif;
}
@media screen and (min-width: 992px) {
    .legal .container h1 {
        margin: 16px 0 72px 0;
        font-size: 48px;
    }
}
.legal .container h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin: 40px 0 24px 0;
    padding-left: 16px;
    border-left: 1px solid #d8b465;
}

.legal .container h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin: 0 0 24px 0;
}

.legal .container p {
    margin-top: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.legal .container p + p {
    margin-top: 24px;
}
.legal .container strong {
    font-weight: 500;
}
.legal .container a {
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
    .legal .container a:hover {
        color: #d8b465;
    }
}
