/* Legal pages */
.section--legal {
  background: transparent;
}

.section--legal h2 {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.section--legal p,
.section--legal li {
  color: var(--text-soft);
}

.section--legal ul {
  padding-left: 1.2rem;
}
