body {
  background: var(--interface);
  color: #010511;
}

.footer {
  background: var(--steel-gray);
}

.policy-header-link {
  position: absolute;
  left: 16px;
  top: 32px;
  z-index: 1;
}

.policy-title {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #010511;
  margin-bottom: 40px;
}

.main {
  padding-top: 96px;

  p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1422px) {
  .policy-title {
    font-size: 40px;
  }

  .policy-header-link {
    left: 170px;
    top: 56px;
  }

  .main {
    padding-top: 104px;
    padding-left: 170px;
    padding-right: 170px;
  }
}
