.terms-topMargin{
    margin-top: 80px;
}

.terms-p{
    font-size: 20px;
    font-weight: 600;
}

/*================responsive==================*/
@media only screen and (max-width: 1024px) {
.text h2{
    font-size: 30px;
}    
    
}

@media only screen and (max-width: 768px) {
.text h2{
    font-size: 25px;
}    

.text h3{
    font-size: 20px;
}     
    
}

@media only screen and (max-width: 426px) {

.text h3{
    font-size: 17px;
}     
    
}