.legal-body {
  min-height: 100vh;
}

.legal-section {
  background-color: white;
}

.legal-section h1,
.legal-section li,
.legal-section p {
  color: rgb(0, 0, 0);
}

.legal-section h3 {
  text-decoration: underline;
}

.legal-section h4 {
  color: var(--color-primary);
}

.legal-section a {
  color: var(--color-accent);
}

.legal-notice-text {
  background-color: white;
  min-height: 50vh;
  margin-top: 72px;
  margin-bottom: 72px;
  max-width: 1920px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.legal-notice-text h1,
.legal-notice-text h2,
.legal-notice-text h3 {
  margin-top: 16px;
}

@media (max-width: 992px) {
  .legal-notice-text {
    margin-top: 24px;
  }
}
