.policy-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #fffbfb;
  margin-bottom: 25px;
}

.policy-wrapper {
  padding-top: 101px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fffbfb;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #fffbfb;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #fffbfb;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fffbfb;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1438px) {
  .policy-title {
    font-size: 42px;
    margin-bottom: 48px;
  }

  .policy-wrapper {
    padding-top: 82px;

    p,
    h2,
    h3,
    a {
      font-size: 24px;
    }
  }
}
