.policy-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 146%;
  color: #1c3f3a;
  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: #7c7c7c;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #1c3f3a;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.01em;
    color: #1c3f3a;
    margin-bottom: 20px;
    margin-top: 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: #1c3f3a;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 42px;
  }
  .policy-wrapper {
    padding-top: 60px;

    p,
    h2,
    h3,
    a {
      font-size: 16px;
    }
  }
}
