.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 36px;
}

.policy-wrapper {
  padding-top: 60px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  h2,
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 40px;
    margin-bottom: 48px;
  }

  .policy-wrapper {
    padding-top: 80px;
  }
  p,
  a,
  h2,
  h3 {
    font-size: 24px;
  }
}
