.policy-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 109%;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.main {
  padding-top: 100px;

  p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
  }

  h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-top: 20px;
  }
  h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-top: 20px;
  }

  a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1422px) {
  .main {
    padding-top: 140px;
  }
}
