.terms-header {
  max-width: 54rem;
}

.terms-header h1 {
  margin-top: var(--space-2);
}

.terms-section {
  padding-top: var(--space-6);
  padding-bottom: var(--space-2);
  border-top: 1px solid var(--color-border-soft);
}

.terms-section:first-of-type {
  margin-top: var(--space-6);
}

.terms-section h2 {
  font-size: clamp(1.3rem, 1.1vw + 1.1rem, 1.7rem);
}

.terms-section p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-soft);
}

.terms-section-final {
  border-top: none;
  padding-top: var(--space-8);
}

.terms-subheading {
  font-size: 1.1rem;
  margin-bottom: var(--space-3);
}

@media (max-width: 768px) {
  .terms-section {
    padding-top: var(--space-5);
  }

  .terms-header {
    text-align: left;
  }
}

.css[id="rookandreverie-final"]{}
ul {
    list-style: none !important;
}

.nav-toggle {
    flex-direction: column;
}
