.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}

.main {
  padding-top: 92px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1436px) {
  .policy-title {
    font-size: 55px;
    margin-bottom: 48px;
  }
  .main {
    padding-top: 180px;

    p,
    a,
    h2,
    h3 {
      font-size: 24px;
    }
  }
}
