.policy-title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.policy-wrapper {
  .back-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 42px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;

    svg {
      fill: none;
      stroke: #fff;
      transform: rotate(-92deg);
    }
  }

  p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 200%;
    text-align: justify;
    color: #fff;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin: 20px 0;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
  }

  a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 200%;
    text-align: justify;
    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: 40px;
    margin-bottom: 32px;
  }
  .policy-wrapper {
    .back-link {
      font-size: 18px;
      margin-bottom: 57px;
    }
    h2 {
      font-size: 40px;
    }

    h3 {
      font-size: 36px;
    }

    p,
    a {
      font-size: 30px;
    }
  }
}
