.terms {
  position: relative;
  padding: 160px 0 80px;
}
.terms .terms-content {
  background-color: var(--color-white);
  width: 80%;
  height: auto;
  padding: 30px;
  margin: 0 auto;
}

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