body #contain {
  padding: 20px 65px;
}
body #contain p.text_heading {
  font-weight: bold;
  font-size: 20px;
}
body #contain p.heading_small {
  font-weight: bold;
}
body #contain.black-background {
  background: #000;
  padding: 10px;
}
body #contain.data-promise p {
  font-size: 15px;
  line-height: 20px;
}
body #contain.data-promise a {
  font-weight: bold;
  font-style: italic;
}
body #contain .heading {
  margin-top: 20px;
  position: relative;
  padding-left: 70px;
  min-height: 90px;
}
body #contain .heading h1,
body #contain .heading h2 {
  margin: 0px;
}
body #contain .heading h1 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
body #contain .heading img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
}
body #contain .heading h2 {
  font-size: 18px;
  line-height: 18px;
}
#black-background {
  background: #000;
  width: 100%;
  height: 100%;
}
#data-promise-background {
  padding: 20px;
  background-color: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/include/img/documents/presentation-privacy-security.jpg');
  background-repeat: no-repeat;
  color: #fff;
}
#data-promise-background a {
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  body #contain {
    padding: 10px 10px;
  }
}
