.page .container .row div .privacy-content{
    padding: 10px 65px;
    width: 100%;
    margin: 40px auto;
    min-height: 500px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    
    
  }
  @media (max-width: 767px) {
    .page .container .row div .privacy-content{
      padding: 10px;
      width: 100%;
      margin: 40px auto;
      min-height: 500px;
      border-radius: 4px;
      background-color: #ffffff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
      
      
    }
  }
  .page .container .row div .privacy-content ul li{
    font-weight: 600;
    font-size: 14px;
   
  
  }
  .page .container .row div .privacy-content p,
  .page .page-bottom .about .about-text p {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
    
  }
  .page .container .row div .privacy-content .heading {
  font-weight: 900;
  font-size: 20px;
  }