@import url("../../common/css/navbar.css");
@import url("../../common/css/footer.css");



.privacy-policy-wrapper {
    max-width: 800px;
    margin: 100px auto 50px;
    padding: 0 20px;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    
}

h1{
  margin-bottom: 20px;
}

  h1, h2 {
    color: #004080;
  }
  a {
    color: #0066cc;
  }
  section {
    margin-bottom: 30px;
  }