.terms {
  padding: 4rem 1rem;
  background: #fff;
}
.terms h1 {
  font-size: 2.2rem;
  color: #800080;
  margin-bottom: 1.5rem;
}
.terms h2 {
  font-size: 1.4rem;
  color: #23234a;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
.terms p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #333;
}
.container {
  max-width: 800px;
  margin: auto;
}
