.terms-body {
  margin-top: 4.9rem;
  font-family: 'Poppins', sans-serif;
}

.terms-body .heading {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  letter-spacing: 2px;
  font-size: 30px;
  margin: 2rem 0;
  padding-top: 2rem;
}

.terms-body .terms-text {
  width: 80%;
  margin: 0 auto;
  color: #474747;
}

.terms-body .terms-text a {
  color: #447B14;
}

.terms-body .terms-text a:hover {
  text-decoration: underline;
}

.terms-body .terms-text .first-list {
  list-style-type: disc;
}

.terms-body .terms-text .second-list {
  list-style-type: circle;
  padding: 1rem;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .terms-body {
    margin-top: 2.9rem;
  }
}
/*# sourceMappingURL=terms.css.map */