/* Custom styles for terms and conditions page */
.terms-main {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(49, 173, 215, 0.07);
  padding: 48px 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.terms-title {
  font-size: 2.4rem;
  color: #31add7;
  margin-bottom: 32px;
  text-align: center;
}
.terms-section {
  margin-bottom: 32px;
}
.terms-section h2 {
  color: #218bb0;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.terms-section p {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 8px;
}
.site-nav-link.active {
  background: #fbbf24;
  color: #222;
}
@media (max-width: 700px) {
  .terms-main {
    padding: 24px 8px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .terms-title {
    font-size: 1.5rem;
  }
}
