.legal-wrapper {
  max-width: 980px;
  margin: 120px auto 40px;
  padding: 60px 24px;
  background: #fff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  text-align: justify;
}

.legal-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6px;
}

.legal-updated {
  font-size: 14px;
  color: #6e6e73;
  text-align: center;
  margin-bottom: 28px;
}

.legal-section {
  margin-bottom: 1.25rem;
}

.legal-section h2 {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-section p {
  margin: 0 0 1rem 0;
  line-height: 1.8;
  text-align: justify;
  text-indent: 1.2em;
}

.legal-footer {
  margin-top: 40px;
  text-align: center;
  color: #6e6e73;
}

@media (max-width: 768px) {
  .legal-wrapper {
    padding: 40px 16px 80px;
    margin-top: 100px;
  }

  .legal-title {
    font-size: 28px;
  }
}
