
.privacy-header {
    background-image: url(https://storage.googleapis.com/giffycms-adirondack/5761993352937472);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 35vh;
    position: relative;
  }

.privacy-header h1 {
    color: #fff;
    font-size: 5rem;
    position: absolute;
    left: 5%;
    bottom: 5%;
  }

  .privacy-text-para {
    margin-bottom: 3rem;
  }

  .privacy-text-para a {
    color: black;
  }
  
  .privacy-text-para p {
    margin-top: 50px;
    font-size: 2rem;
    line-height: 1.4;
  }

  /* Information Parts */
  .information-section {
    margin-bottom: 3rem;
  }

  .information-title {
    text-align: left;
    margin-bottom: 40px;
  }

  .information-title h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .information-title p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 5rem;
  }

  .information-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .information-card {
    display: grid;
    /* grid-template-columns: 25% 75%; */
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    align-items: center;
    align-content: space-between;
  }

  .information-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .information-card-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1C5739;
    margin-bottom: 1rem;
  }

  .information-card-text, .information-card-text p {
    font-size: 1.5rem !important;
    line-height: 1.6;
  }

  /* .information-card-content p {
    font-size: 1.3rem;
    line-height: 1.2;
  } */

  .information-card-content ul {
    list-style-type: disc;
    padding-left: 8px;
  }
  
  .information-card-content ul li {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  /* Children Information */
  .children-section {
    margin-bottom: 3rem;
  }

  .children-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .children-section p {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* Disclosure Section */
  .new-disclosure-section {
    margin-bottom: 3rem;
  }

  .new-disclosure-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .disclosure-section {
    margin-bottom: 3rem;
  }
  .new-disclosure-section ul {
    list-style-type: disc;
    padding-left: 3rem;
  }
  .new-disclosure-section ul li {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .new-disclosure-section ul li::marker {
    /* color: #1C5739; */
  } 




  /* .disclosure-section p {
    font-size: 2rem;
    line-height: 1.4;
  }

  .disclosure-section .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
    align-items: center;
  }

  .disclosure-section .grid-wrapper .left-col ul {
    list-style-type: disc;
    padding-left: 3rem;
  }

  .disclosure-section .grid-wrapper .left-col ul li {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .disclosure-section .grid-wrapper .left-col ul li::marker {
    color: #008e45;
  } 

  .disclosure-section .grid-wrapper .right-col img {
    width: 80%;
    height: auto;
    justify-self: end;
  } */


  /* Internaitonal Transfer section */

  .international-section {
    margin-bottom: 3rem;
  }

  .international-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .international-section p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }

  .international-section ol {
    list-style-type: disc;
    padding-left: 8px;
  }
  
  .international-section ol li {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 0.7rem;
  }

  .international-section ol li::marker {
    /* color: #008e45; */
  }


  /* Your Rights Section */
  .your-rights-section {
    margin-bottom: 3rem;
  }

  .your-rights-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .your-rights-section p {
    font-size: 2rem;
    line-height: 1.4;
  }

/* Cookies Section */
  .cookies-section {
    margin-bottom: 3rem;
  }
    
  .cookies-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .cookies-section p {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* Limits of Policy Section */
  .limits-policy-section {
    margin-bottom: 3rem;
  }
    
  .limits-policy-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .limits-policy-section p {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* Change policy Section */
  .change-policy-section {
    margin-bottom: 3rem;
  }
    
  .change-policy-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .change-policy-section p {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* Contact Us Section */
  .contact-us-section {
    margin-bottom: 3rem;
  }
    
  .contact-us-section h3 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }

  .contact-us-section p {
    font-size: 2rem;
    line-height: 1.4;
  }



  .btn-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
  }

  .cta-btn {
    padding: 0.8rem 1.5rem;
    border: 2px solid black;
    background: transparent;
    font-weight: bold;
    border-radius: 2rem;
    cursor: pointer;
  }

  .privacy-industry-img {
    margin-bottom: 3rem;
  }

  .your-rights-divider-arrow {
    margin-bottom: 2rem;
  }

  .your-rights-divider-arrow img {
    width: 32rem; 
  }

  .cookies-divider-arrow {
    margin-top: 2rem;
  }

  .cookies-divider-arrow img {
    width: 32rem;
  }






    /* Tablet view */
    @media (max-width: 1024px) {
      .privacy-header h1 {
        font-size: 5rem;
      }
      .text-section-partner {
        justify-content:flex-start;
      }

      .grow-blank {
        display: block;
      }
    } 
    
    
    /* Mobile view */
    @media (max-width: 768px) {
      .privacy-header {
        background-image: url(https://storage.googleapis.com/giffycms-adirondack/5761993352937472);
        background-attachment: scroll;
      }
      .privacy-header h1 {
        margin-left: 0.5rem;
        font-size: 5rem;
      }
      .privacy-text-para p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }
      
      /* second section responsiveness */

      .information-title h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .information-title p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }
      .information-cards {
        grid-template-columns: 1fr;
      }
      .information-card {
        flex-direction: column;
        text-align: center;
      }
      .information-card .information-card-content {
        text-align: left;
        padding-left: 0;
        padding-top: 12px;
      } 

      .information-card .information-card-content ul li {
        font-size: 1.5rem !important;
        line-height: 1.7;
        text-align: left;
      } 

      .information-card-content .information-card-text, 
      .information-card-content .information-card-text p {
        font-size: 1.5rem !important;
        line-height: 1.8;
      }

      .information-card-text ul li {
        font-size: 1.5rem !important;
        line-height: 1.7;
      }


      .children-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .children-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }
      
 
      .new-disclosure-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .new-disclosure-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }
      .new-disclosure-section .grid-wrapper .left-col ul li {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.5;     
        margin-bottom: 0.8rem;   
      }
      .new-disclosure-section .grid-wrapper {
        grid-template-columns: 1fr;
      }
      .new-disclosure-section .grid-wrapper .right-col img {
        width: 100%;
        justify-self: unset;
      } 
      .grow-grid {
        grid-template-columns: 1fr;
        text-align: left;
      }
      .grow-btn-wrapper {
        justify-content: flex-start;
      }

      .international-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .international-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }
      .international-section ol li {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.5;     
        margin-bottom: 0.8rem; 
      }

      .your-rights-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .your-rights-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }

      .cookies-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .cookies-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }

      .limits-policy-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .limits-policy-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }

      .change-policy-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .change-policy-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }

      .contact-us-section h3 {
        margin-left: 0.5rem;
        font-size: 3.8rem;
        line-height: 1.2;
      }
      .contact-us-section p {
        margin-left: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
      }
    }

    /* @media (max-width: 425px) {
      .privacy-header {
        margin-top: 4rem;
      }
    } */