.policy-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}

.back-home-link {
  display: block;
  width: 24px;
}

.policy-wrapper {
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--text);
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .back-home-link {
    width: 54px;
  }

  .policy-wrapper {
    p,
    a {
      font-size: 24px;
    }

    h2 {
      font-size: 24px;
    }

    h3 {
      font-size: 24px;
    }
  }
}
