.terms {
  max-width: 1100px;
}

.terms > article {
  max-width: 900px;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.terms h2 {
  margin: 0 0 .6rem;
  font: 800 1.8rem Barlow Condensed, sans-serif;
}

.terms article p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.terms a {
  color: var(--orange);
}

footer button[data-page] {
  border: 0;
  background: none;
  color: var(--text);
  padding: 0;
}

@media (max-width: 850px) {
  .terms > article {
    text-align: left;
  }

  footer button[data-page] {
    display: block;
    margin: 1rem auto;
  }
}
