:root {
  --desktop-scale: min(1, calc(100vw / 1793px));
}

body {
  background-color: #C4DDDF;
}

.legal-links-hero {
  padding-block: 12.5rem 10rem;
}
.legal-links-hero h1 {
  color: #050505;
  text-align: center;
  margin-bottom: 7.5rem;
}
.legal-links-hero__text {
  max-width: 75rem;
  margin: auto;
  color: #050505;
}
.legal-links-hero__text h2 {
  color: inherit;
  margin-bottom: 1.5rem;
}
.legal-links-hero__text p {
  color: inherit;
  margin: 0;
}
.legal-links-hero__text .text-article-small {
  margin-bottom: 4.5rem;
}
.legal-links-hero__text ul,
.legal-links-hero__text ol {
  list-style: disc;
  padding-left: 1.5em;
  margin-block: 0;
}
.legal-links-hero__text li {
  font: inherit;
  color: inherit;
  margin-bottom: 0;
}
.legal-links-hero__text li::marker {
  color: #050505;
}
.legal-links-hero__text li > ul,
.legal-links-hero__text li > ol {
  list-style: disc;
  margin-block: 0;
}

@media (max-width: 1024px) {
  .legal-links-hero {
    padding-block: 179px 71px;
  }
  .legal-links-hero__text {
    max-width: 100%;
  }
  .legal-links-hero h1 {
    margin-bottom: 40px;
  }
  .legal-links-hero h2 {
    margin-bottom: 40px;
  }
  .legal-links-hero .text-article-small {
    margin-bottom: 48px;
  }
}
/*# sourceMappingURL=legal-links.css.map */