.terms-wrapper{
    width: 50%;
    padding: 2rem;
    margin: auto;
}
.terms-wrapper h2{
  font-size: clamp(19px, 3vw, 24px);
  margin-bottom: 20px;
}
.terms-wrapper p{
  font-size: clamp(15px, 3vw, 20px);
  margin-bottom: 20px;
}
.terms-wrapper strong{
  font-weight: 700;
}
.terms-wrapper ul  {
  padding-left: 30px;
}
.email a{
    color: red;
}

@media (max-width: 1500px) {
  .terms-wrapper {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .terms-wrapper {
    width: 100%;
  }
}