.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: var(--txt-1);
  text-align: center;
  margin-bottom: 40px;
}

.policy-wrapper {
  .back-home-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
    opacity: 0.8;
    text-decoration: none;
    margin-bottom: 40px;

    p {
      font-family: var(--font4);
      font-weight: 300;
      font-size: 14px;
      line-height: 150%;
      text-align: center;
      color: var(--txt-1);
      margin: 0;
    }

    svg {
      transform: rotate(-90deg);
    }
  }

  .back-home-link:hover {
    opacity: 1;
  }

  p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: var(--txt-1);
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: var(--txt-1);
    margin: 20px 0;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: var(--txt-1);
    margin: 20px 0;
  }

  a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: var(--txt-1);
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: var(--txt-1);

    list-style: disc;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 40px;
    margin-bottom: 60px;
  }

  .policy-wrapper {
    .back-home-link {
      margin-bottom: 25px;
    }
  }
}
