.legal-banner {
  background-color: #f7f7ef;
  padding: 5.625rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  .legal-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 61.99875rem) {
  .legal-banner {
    padding: 3.125rem 1rem;
  }
}

.legal-banner .legal-banner-title {
  font-size: 5.625rem;
  line-height: 6.5625rem;
  letter-spacing: 0;
  font-weight: 200;
  margin-bottom: 1.5rem;
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 5.625rem;
    line-height: 6.5625rem;
    letter-spacing: 0;
    font-weight: 200;
    margin-bottom: 1.5rem;
  }
  p {
    margin-bottom: 0;
  }
  .font-serif {
    font-size: 7.5rem;
    line-height: 6.5625rem;
    font-weight: 400;
  }
  strong {
    font-weight: 700;
  }
  span {
    color: var(--bs-secondary);
  }
}

@media (max-width: 61.99875rem) {
  .legal-banner .legal-banner-title {
    font-size: 2.5rem;
    line-height: 3.438rem;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 2.5rem;
      line-height: 3.438rem;
    }
    .font-serif {
      font-size: 3.438rem;
      line-height: 3.438rem;
    }
  }
}

/* Subtitle */
.legal-banner .legal-banner-sub-title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;

  margin-bottom: 2rem;
  &.small-wrapper {
    max-width: 41.875rem;
  }
  &.full-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 61.99875rem) {
  .legal-banner .legal-banner-sub-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    br {
      display: none;
    }
  }
}

.legal-content {
  padding-top: 3.75rem;
  padding-bottom: 6.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--bs-gray-600);
  p {
    margin-bottom: 1rem;
    &:last-child {
      margin-bottom: 0;
    }
  }
  strong {
    margin-bottom: 0rem;
    font-weight: 700;
    color: var(--bs-gray-800);
  }
}

@media (max-width: 61.99875rem) {
  .legal-content {
    padding-top: 2.5rem;
    padding-bottom: 5.625rem;
  }
}
