.policy-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.back-link {
  svg {
    stroke: black;
    transition: stroke 0.3s ease;
  }
}

.back-link:hover {
  svg {
    stroke: #0048ff;
  }
}

.policy-wrapper {
  p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    color: #000;
  }

  a {
    color: #000;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: #000;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1437px) {
  .policy-title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .policy-wrapper {
    p,
    h2,
    h3 {
      font-size: 24px;
    }

    h2 {
      margin-top: 24px;
    }
  }
}
