.policy-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.policy-wrapper {
  .back-home-link {
    display: block;
    width: 34px;
    margin-bottom: 6px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1439px) {
  .policy-title {
    font-size: 54px;
    margin-bottom: 50px;
  }

  .policy-wrapper {
    .back-home-link {
      width: 60px;
    }

    h2,
    h3,
    p,
    a {
      font-size: 24px;
    }
  }
}
