/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Terms */

.terms{
    padding: 20px 8% 100px;
}

.terms{
    padding: 25px 38px;
    font-size: 18px;
    color: var(--white);
}

.terms h1{
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.terms h5{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.terms p{
    font-size: 15px;
    font-weight: 400;
    opacity: .65;
    color: var(--white);
}


.terms__paragraph{
    padding: 30px;
    color: var(--white);
    font-weight: 400;
    opacity: .9;
}

@media only screen and (max-width: 1290px) {
    .terms{
        padding: 20px 4% 100px;
    }

    .terms__paragraph{
        font-size: 14px;
    }

    header p{
        font-size: 15px;
    }
}