.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  color: var(--text);
  margin-bottom: 40px;
}

.policy-wrapper {
  padding-top: 60px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.01em;
    color: var(--text);
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    letter-spacing: 0.01em;
    color: var(--text);
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.01em;
    color: var(--text);
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.01em;
    color: var(--link);
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: var(--text);
    color: var(--body);
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 52px;
    margin-bottom: 40px;
  }
  .policy-wrapper {
    padding-top: 90px;
  }
}
