.policy-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #f8f8ff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.policy-wrapper {
  p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  h2,
  h3 {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 16px;
    color: #fff;
  }

  a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  p,
  a,
  h2,
  h3 {
    font-size: 24px;
  }
}
