.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: var(--1);
  margin-bottom: 20px;
}

.policy-wrapper {
  .back-home-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--1);
    text-decoration: none;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--1);
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    color: var(--1);
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--1);
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--1);
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    margin-bottom: 30px;
  }
  .policy-wrapper {
    .back-home-link {
      margin-bottom: 37px;
    }
  }
}
