.policy-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 109%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.policy-wrapper {
  padding-top: 60px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: justify;
  }

  h2,
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: justify;
    margin-top: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: justify;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
  }
}
