.terms-content{
max-width:800px;
margin:0 auto;
}

.terms-content h2{
margin-top:2rem;
}

.terms-content p{
line-height:1.7;
}

@media (max-width:768px){
.terms-content{
padding-inline:0.5rem;
}
}