.terms-wrapper {
  width: 50%;
  padding: 2rem;
  margin: auto;
}
.terms-wrapper h2 {
  font-size: clamp(19px, 3vw, 24px);
  margin-bottom: 20px;
}
.terms-wrapper a {
  color: var(--pink);
}
.terms-wrapper p {
  font-size: clamp(15px, 3vw, 20px);
  margin-bottom: 20px;
}
.terms-wrapper strong {
  font-weight: 700;
}
.terms-wrapper ul {
  padding-left: 30px;
}
.terms-wrapper li {
  margin-bottom: 4px;
}
.terms-wrapper li a {
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
}
.email a {
  color: red;
}
.dapAppBtn {
  color: var(--pink);
  cursor: pointer;
  font-weight: 600;
  user-select: none;
}

@media (max-width: 1500px) {
  .terms-wrapper {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .terms-wrapper {
    width: 100%;
  }
}
