.policy-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 42px;
  line-height: 148%;
  text-transform: uppercase;
  color: var(--pure-wight);
  margin-bottom: 40px;
}

.policy-wrapper {
  padding-top: 70px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: var(--text);
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pure-wight);
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    color: var(--pure-wight);
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: var(--link);
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: var(--text);
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 42px;
  }
  .policy-wrapper {
    padding-top: 40px;

    h2 {
      font-size: 22px;
    }

    h3 {
      font-size: 16px;
    }

    p,
    a {
      font-size: 16px;
    }
  }
}
