.policy-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.policy-wrapper {
  .back-home-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 61px;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #0d00ff;
    text-decoration: none;

    svg {
      fill: none;
      stroke: #0d00ff;
      transform: rotate(-90deg);
    }
  }

  .back-home-link:hover {
    /* text-decoration: underline; */
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #0d00ff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    color: #fff;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1439px) {
  .policy-title {
    font-size: 40px;
  }

  .policy-wrapper {
    h2 {
      font-size: 36px;
    }

    h3 {
      font-size: 20px;
    }
  }
}
