/* TERMS */
.content--terms{
    background-color: #2B2B3A;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
    margin-bottom: 35px;
    padding: 5%;
}

.terms__section h1{
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

.terms__section h4{
    font-weight: 500;
    font-size: 17px;
    color: #8b8b92;
}

.terms__section .terms__sub{
    margin: 40px 30px 60px;
}

.content--terms h1{
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}

.content--terms h5{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}


.content--terms p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
    .terms__section{
        padding: 8% 6%;
    }
}