.terms {
  margin: 2em auto 2em auto;
  max-width: 60em;
  padding: 0 1em;
}
.terms__header {
  font-size: 2em;
  font-weight: 600;
}
.terms a {
  color: #477894;
  text-decoration: none;
}
.terms a:hover {
  text-decoration: underline;
}
