body {
  background: #fffffb;
}

.policy-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 114%;
  text-transform: uppercase;
  text-align: center;
  color: var(--text);
  margin-bottom: 60px;
}

.policy-wrapper {
  padding-top: 60px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: justify;
    color: var(--text);
  }

  h2,
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: justify;
    color: var(--text);
    margin-top: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: justify;
    color: var(--text);
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1435px) {
  .policy-title {
    font-size: 32px;
  }
}
