.policy-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 32px;
  line-height: 66%;
  color: #fbc006;
  margin-bottom: 40px;
}

.main {
  padding-top: 120px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #fff;
  }

  h2 {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 131%;
    font-weight: 900;
    color: #fbc006;
    margin-top: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #347ee8;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1421px) {
  .policy-title {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .main {
    padding-top: 160px;
  }
}
