.terms-wrapper .terms-content {
    margin-top: 5%;
}

.terms-wrapper  {
    margin-bottom: 30px;
}

.terms-wrapper h1{
    font-size: 30px;
}
.terms-wrapper h2{
    font-size: 25px;
}

.terms-wrapper  li {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    color: #202020;
}

.terms-wrapper  p {
    text-align: justify;
    font-size: 15px;
    color: #202020;
}






@media (min-width:0px) and (max-width:767.98px) {

.terms-wrapper h1{
    font-size: 20px;
}
.terms-wrapper h2{
    font-size: 18px;
}

}