.privacy-policy-section {
    background-color: #fff;
    color: #222;
  }

  h1.privacy_policy_title{
 color: #2e2e2e;
    font-weight:600;
  }
 
  .privacy-policy-section h2 {
    color: #2e2e2e;
    font-weight:600;

  }
  
  .privacy-policy-content h3,
  .privacy-policy-content h4 {
    color: #2e2e2e;
    margin-bottom: 15px;
   
  }
  .privacy-policy-content h3{
    font-size: 23px;
    font-weight:600;
  }
  .privacy-policy-content h4{
    font-size: 18px;
    font-weight:600;
  }
  .privacy-policy-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  
  @media (min-width: 1024px) {
    .privacy_policy_title{
      margin-bottom: 40px;
    }
  }
  /* disclaimer*/
  .disclaimer-section {
    background-color: #fff;
    color: #222;
  }
  .disclaimer-section h1 {
    color: #2e2e2e;
    font-weight: 600;
    
  }
  .disclaimer-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  