.terms-header {
  text-align: center;
  margin-bottom: 10px;
}

.terms-header h1 {
  font-size: 1rem;
}

.terms-detail {
  text-align: left;
  font-size: 0.8rem;
  padding: 0 2%;
}

.terms-detail h2 {
  font-size: 1rem;
  margin-bottom: 1%;
}

.terms-detail h3,
.terms-detail h4 {
  font-size: 0.9rem;
  margin-bottom: 1%;
}

.terms-detail p {
  line-height: 1.5rem;
  margin-bottom: 3%;
}

.terms-detail ol {
  margin-bottom: 3%;
  padding-inline-start: 30px;
}

.terms-detail li {
  margin: 1% 0;
  line-height: 1.5rem;
}

.terms-detail ul {
  list-style: none;
}

.terms-footer {
  text-align: end;
}

.terms-footer p {
  font-size: 0.8rem;
}
