.privacy_section {
  max-width: 1000px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}
.privacy_section .head_container {
  margin-bottom: 5%;
}
.privacy_section .content_head {
  background-color: #F4F4F4;
  color: #0A6ADD;
  padding: 16px 30px;
  margin: 0 0 2.4%;
}
.privacy_section .content_wrapper {
  margin-bottom: 4%;
}
.privacy_section .last_sec {
  margin-top: 8%;
  text-align: right;
}
.privacy_section .last_sec .enactment {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .privacy_section {
    width: 95%;
  }
  .privacy_section .head_container {
    margin-bottom: 35px;
  }
  .privacy_section .content_wrapper {
    margin-bottom: 40px;
  }
  .privacy_section .content_head {
    background-color: #F4F4F4;
    color: #0A6ADD;
    padding: 10px 10px;
    margin: 0 0 14px;
  }
}/*# sourceMappingURL=privacy.css.map */