.legal-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.legal-content p {
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
}

.legal-content ul {
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 1.5rem;
  color: #5f5f5f;
}

.legal-content li {
  margin-bottom: 0.5rem;
}
