.terms-section {
    background: #f7f9f9;
    height: auto;
    position: absolute;
    top: 6em;
    z-index: -1;
}

.terms {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 2em 6% 5rem 6%;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.terms h1 {
    font-family: 'BebasN';
    color: #082457;
    font-size: 3em;
    letter-spacing: 3px;
    text-align: center;
}

.terms .subtitle,
.terms-text {
    margin: 2em 6%;
    margin-top: 0;
    font-family: 'Dinnex-R';
    color: #011f52;
    font-size: 1.5em;
}

.terms .subtitle{
    text-align: center;
}

.terms .subtitle b,
.terms-text b,
.terms-text strong,
.terms-text a {
    font-family: 'Oswald', sans-serif;
    font-size: 0.94em;
    color: #082457;
    font-weight: bold;
}

.terms-text .centered{
    text-align: center;
}

ol {
    padding-left: 1em;
}

ul {
    padding-left: 1em;
    list-style: disc;
}

@media screen and (max-width: 1440px) {
    .terms-text {
        font-size: 1em;
    }
}

@media screen and (max-width: 900px) {
    .terms h1 {
        font-size: 2em;
    }
}

@media screen and (max-width: 660px) {
    .terms h1 {
        margin: 0.8em 1.2em;
        font-size: 1.5em;
    }
    .terms-text {
        margin: 2em;
        font-size: 0.7em;
    }
}