.terms {
  margin-top: 50px;
  font-size: 12px;
}
h2 {
  text-align: center;
  margin-bottom: 50px;
}
.item-box {
  margin-bottom: 50px;
}
h5 {
  font-weight: 200;
}
h4 {
  margin: 20px 0;
}
@media all and (max-width:720px) {
  .terms {
    padding: 0 1rem;
    font-size: 0.55rem;
  }
  .item-box {
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  h3 {
    font-size: 0.7rem;
  }
  h4 {
    font-size: 0.6rem;
  }
}