.legal-content__intro {
  margin: 0 0 2rem;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

.legal-content__section {
  margin-bottom: 2rem;
}

.legal-content__section:last-child {
  margin-bottom: 0;
}

.legal-content__section h2 {
  margin: 0 0 0.75rem;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.35;
}

.legal-content__section p {
  margin: 0 0 0.75rem;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

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

.legal-content__section ul,
.legal-content__section ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

.legal-content__section li {
  margin-bottom: 0.375rem;
}

.legal-content__section li:last-child {
  margin-bottom: 0;
}

.legal-content__contact {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

.legal-content__contact a {
  color: var(--color-primary);
  text-decoration: none;
}

.legal-content__contact a:hover {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .legal-content__section h2 {
    font-size: 24px;
  }
}
