.terms {
  max-width: 840px;
}

.terms__header {
  text-align: left;
  margin-bottom: var(--space-8);
}

.terms__section + .terms__section {
  margin-top: var(--space-6);
}

.terms__section h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-2);
}

.terms__section p:last-child {
  margin-bottom: 0;
}

.terms__section ul {
  margin-bottom: var(--space-4);
  padding-left: var(--space-5);
  color: var(--color-text-soft);
}

.terms__section li + li {
  margin-top: var(--space-1);
}

@media (min-width: 960px) {
  .terms__header {
    text-align: left;
  }
}
