.terms {
  background-color: #ffffff;
  width: 80%;
  height: auto;
  padding: 30px;
  margin: 30px auto;
  border-radius: 25px;
}

@media (max-width: 900px) {
  .terms {
    width: 90%;
  }
}