.legal {
  margin-bottom: 96px;
  position: relative;
}

.legal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 640px;
  width: 100%;
  background: linear-gradient(180deg, rgba(8, 11, 33, 0) 45%, #080b21 100%);
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .legal::after {
    height: 843px;
  }
}

.legal h1 {
  position: relative;
  padding: 168px 0 0 0;
  text-align: center;
  z-index: 1;
  font-family: var(--visby);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .legal h1 {
    padding: 264px 0 0 0;
    font-size: 72px;
  }
}

.legal .legal-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 640px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .legal .legal-img {
    height: 843px;
  }
}

.legal--container {
  position: relative;
  padding: 0 24px;
  z-index: 1;
  max-width: 1096px;
  margin: 64px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .legal--container {
    margin: 120px auto 0 auto;
  }
}

.legal--container p {
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.16px;
}

.legal--container p:not(:last-child) {
  margin-top: 16px;
}

.legal--container ul {
  padding-left: 16px;
}

.legal--container ul li {
  list-style-type: disc;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.16px;
}

.legal--container strong {
  font-weight: 700;
}

.legal--container em {
  font-style: italic;
}

.legal--container a {
  text-decoration: underline;
}

.legal--container h3 {
  font-family: var(--visby);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .legal--container h3 {
    font-size: 28px;
  }
}

.legal--container h3:not(:first-child) {
  margin-top: 64px;
}
