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

    ------------
    Version 0.1.23

*/

/* Terms */
.terms__header{
    padding: 100px 0 90px;
    width: 50%;
}

.terms__header--title{
    font-weight: 600;
    font-size: 43px;
    color: var(--white);
}

.terms__header--description{
    font-weight: normal;
    font-size: 14px;
    color: var(--termsHeaderDescription);
}

.terms__container{
    border-radius: 41px;
    padding: 60px 60px 0;
    border: 1px solid var(--borderContainer);
}

.terms__section{
    padding-bottom: 60px;
}

.terms__title{
    font-weight: 600;
    font-size: 19px;
    color: var(--activeColor);
    margin-bottom: 15px;
}

.terms__subtitle{
    font-weight: normal;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 35px;
}

.terms__paragraph{
    font-weight: normal;
    font-size: 13px;
    color: var(--termsParagraph);
}

/* Responsive */
@media only screen and (max-width: 1100px) {
    .terms__header{
        padding: 60px 0 90px;
        width: 80%;
    }

    .terms{
        padding: 0 5%;
    }

    .terms__container{
        border-radius: 41px;
        padding: 50px 30px 0;
    }

    .terms__section{
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .terms__header{
        width: 100%;
        padding: 100px 5% 90px;
    }

    .terms{
        padding: 0;
    }
}
