/* TERMS */

.section__terms{
    background-color: var(--backgroundSecond);
    padding: 6% 6%;
}

.terms__header{
    color: var(--colorMain);
    margin-top: 60px;
    margin-bottom: 10px;
}

.terms__header:nth-child(1){
    margin-top: 0;
}

.terms__header a:link{
    color: var(--colorMain)
}

.terms__description{
    width: 50%;
    margin-bottom: 50px;
    color: var(--colorText);
    font-weight: 400;
    font-size: 15px;
}

.title{
        color: #fff;
        margin: auto;
        text-align: center
}
.subtitle{
    color: #ffffff98;
    margin: auto;
    text-align: center
}

h2{
    color: #fff;
    margin: auto;
    text-align: center
}

.terms__paragraph{
    margin-bottom: 30px;
    color: var(--colorText);
    font-weight: 400;
    font-size: 15px;
}

.ul__square{
    list-style-type: square;
    color: var(--colorText)
}
.ul__round {
    list-style-type: circle;
    color: var(--colorText)
}
.privacy__table{
    color: var(--colorText);
    font-weight: normal;
   
    td,th{
        border: 1px solid #dddddd;
        padding: 8px;
        text-align: center;
    }
}
.table__headrow{
    color: var(--colorMain);
    font-weight: bold;
}

@media only screen and (max-width: 1100px) {
    .terms__description{
        width: 90%;
    }
}