.terms h2{
    margin: 40px 0 10px 0;
    color: var(--primary);
}
.terms h4{
    margin: 40px 0 10px 0;
}
/* Extra-Small Device*/
@media (max-width:575px){
    .terms h2 {
        font-size: 26px;
        text-align: center;
    }
    .terms h4{
        font-size: 22px;
        text-align: center;
    }
    .terms .single-content p{
        text-align: center;
        font-size: 13px;
    }
    .terms .single-content li{
        text-align: center;
        font-size: 13px;
    }
}

/* Small Device col-sm */
@media (min-width:576px) and (max-width:767px){

}

/* Medium Device col-md */
@media (min-width:768px) and (max-width:991px){

}

/* Large Device col-lg */
@media (min-width:992px) and (max-width:1199px){

}
