body {
  background: var(--white);
}

.policy-title {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--d-blue);
  margin-bottom: 40px;
}

.main {
  padding-top: 120px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    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: 48px;
    margin-bottom: 60px;
  }
  .main {
    padding-top: 160px;
  }
}
