.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.back-link:hover,
.back-link:focus {
  .svg {
    stroke: #ff6a00;
  }
}

.policy-wrapper {
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: #fff;
    list-style: disc;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .policy-wrapper {
    h2 {
      font-size: 24px;
    }

    h3 {
      font-size: 24px;
    }

    p,
    a {
      font-size: 24px;
    }
  }
}
