/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.privacy {
  background-color: #eee;
  padding-top: 76px;
  padding-bottom: 100px;
}
.privacy .container {
  width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.privacy p {
  font-size: 16px;
  margin-top: 0px;
  line-height: 24px;
  font-weight: 400;
  color: #464e5e;
}
.privacy h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
