.terms-of-use {
  grid-column: 1 / -1;
}

.terms-of-use p {
  color: var(--text-text-default-color);
  margin-top: 0;
}

.terms-of-use a {
  color: var(--text-text-default-color);
}

.terms-of-use h1, h2, h3, h4 {
  color: var(--text-text-default-color);
  margin-top: 0;
  margin-bottom: 26px;
}

.terms-of-use .section-title {
  margin-bottom: 32px;
}