/* additional term-specific adjustments */
.terms-content {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.terms-content p {
  line-height: 1.7;
  color: #374151;
}

@media (max-width: 991px) {
  .page-header h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 1.8rem;
  }
}
