body {
  background: #4267c9;
  color: #edf3f8;
}

.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #edf3f8;
  margin-bottom: 32px;
}

.policy-wrapper {
  .back-home-link {
    font-family: var(--font4);
    font-weight: 700;
    font-size: 14px;
    color: #afc1f1;
    display: block;
    text-decoration: none;
    margin-bottom: 40px;
  }

  .back-home-link:hover {
    text-decoration: underline;
  }

  p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1438px) {
  .policy-title {
    font-size: 48px;
  }

  .policy-wrapper {
    .back-home-link {
      font-size: 18px;
    }

    p {
      font-size: 32px;
      margin-bottom: 30px;
    }

    h2 {
      font-size: 40px;
      margin-bottom: 30px;
    }

    h3 {
      font-size: 36px;
      margin-bottom: 30px;
    }
  }
}
