



/* privacy ---------------------------------- */

.privacy-p {
  padding-bottom: 100px;
}


.privacy h2 {
  margin-top: 70px;
  margin-bottom: 1.5em;
}


@media (max-width:768px) {

  .privacy-p {
    padding-bottom: 60px;
  }


  .privacy h2 {
    margin-top: 50px;
  }
}