.terms-wrapper .terms-content {
    margin-top: 5%;
}

.terms_card{
   
    box-shadow: 0px 4px 4px rgb(33 37 82);
    padding: 30px;
    border-radius: 20px;
    background: #d8d8fa4f;

}

.terms-wrapper  {
    margin-bottom: 30px;
}

.terms-wrapper h1{
    font-size: 30px;
}
.terms-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
}

.terms-wrapper  li {
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
}

.terms-wrapper  p {
    text-align: justify;
    font-size: 18px;
    color: #202020;
}





@media (min-width:0px) and (max-width:767.98px) {

.terms-wrapper h1{
    font-size: 20px;
}
.terms-wrapper h2{
    font-size: 18px;
}

}