  .privacy-container {
    padding: 20px;
    /* padding-top: 25px;
    padding-bottom: 20px; */
  }
  
  .privacy-content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .header-section {
    margin-bottom: 32px;
  }
  
  .privacy-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
  }
  
  .privacy-description {
    color: #141414; 
    font-size: 14px;
    margin-top: 16px;
  }
  
  .privacy-divider {
    margin-top: 32px;
    margin-bottom: 32px;
    border: 0;
    border-top: 1px solid #0c3f74;
  }
  
  .privacy-grid {
    display: grid;
    gap: 48px;
  }
  
  .privacy-grid-item {
    width: 100%;
  }
  
  .privacy-subheading {
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
    /* color: #0c3f74; */
  }
  
  .privacy-subdescription p {
    color: #141414; 
    font-size: 14px;
    margin-top: 16px;
  }
  
  .privacy-content li{
    text-align: justify;
    line-height:2 ;
    margin-top: 10px;

  }

  /* .privacy-list {
    list-style-type: none; 
    padding-left: 0;
  }
  
  .privacy-list li {
    margin-bottom: 16px; 
    font-size: 14px; 
    text-align: justify;
    line-height:2 ;
  }
  
  .privacy-list li strong {
    font-weight: bold;
   } */

  /* Privacy FAQ css */

  .privacy_f_q_heading {
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;

  }

.privacy_f_and_q_accordion {

  /* width: 700px; */
  /* margin: 100px auto; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.privacy_f_and_q_accordion .item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
}

.privacy_f_and_q_accordion .number,
.text {
  font-size: 16px;
  font-weight: 500;
}

.privacy_f_and_q_accordion .number {
  color: #ced4da;
}

.privacy_f_and_q_accordion .icon {
  width: 20px;
  height: 20px;
  stroke: #0c3f74;
  cursor: pointer;
}

.privacy_f_and_q_accordion .hidden-box {
  grid-column: 2;
  display: none;
}

.privacy_f_and_q_accordion .hidden-box p {
  line-height: 1.6;
  margin-bottom: 24px;
}

.privacy_f_and_q_accordion .hidden-box ul {
  color: #0c3f74;
  margin-left: 20px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}




/* OPEN STATE */
.privacy_f_and_q_accordion .open {
  border-top: 4px solid #0c3f74;
}

.privacy_f_and_q_accordion .open .hidden-box {
  display: block;
}

.privacy_f_and_q_accordion .open .number,
.open .text {
  color: #0c3f74;
}
