.policy-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 42px;
}

.policy-wrapper {
  padding-top: 60px;

  p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
  }

  a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: #fff;
    list-style: disc;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 24px;
    margin-bottom: 52px;
  }
  .policy-wrapper {
    padding-top: 60px;
  }
}
