

    .policy-wrapper, .terms-wrapper {
      max-width: 900px;
      margin: auto;
      background: #f08e3417;
      padding: 3rem 2rem;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
      border-radius: 8px;
    }

    h1 {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    h2 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-top: 2rem;
      margin-bottom: 1rem;
    }

    p {
      margin-bottom: 1rem;
      font-size: 1rem;
    }

   div.policy-wrapper ul {
      margin: 1rem 0 1rem 1.5rem;
    }

    li {
      margin-bottom: 0.5rem;
    }

    strong {
      font-weight: 600;
    }

    @media (max-width: 600px) {

      .policy-wrapper {
        padding: 2rem 1rem;
      }
    }