.privacy-content-wrapper {
        max-width: 800px;
        margin: 120px auto 80px;
        padding: 0 20px;
      }

      .privacy-content-wrapper h1 {
        font-size: 2.5rem;
        margin-bottom: 40px;
        border-bottom: 2px solid #d97706;
        padding-bottom: 10px;
      }

      .privacy-content-wrapper h2 {
        font-size: 1.4rem;
        color: #d97706;
        margin-top: 30px;
        margin-bottom: 15px;
      }

      .privacy-content-wrapper p {
        margin-bottom: 20px;
        color: #cccccc;
      }

      .privacy-content-wrapper ul {
        list-style-type: square;
        padding-left: 20px;
        margin-bottom: 20px;
        color: #cccccc;
      }

      .privacy-content-wrapper li {
        margin-bottom: 8px;
      }