body {
  background: #FFF;
}
.legal-text-hero {
  background: url(../../../../../../../content/dam/atvi/ab-media/abm-2020/legal/desktop-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 400px;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.legal-text-hero#privacy-policy-text-hero {
  background: url(../../../../../../../content/dam/atvi/ab-media/abm-2020/legal/hero-bg-1.png) center center no-repeat;
  background-size: cover;
}
.legal-text-hero#terms-of-use-text-hero {
  background: url(../../../../../../../content/dam/atvi/ab-media/abm-2020/legal/desktop-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .legal-text-hero {
    height: 350px;
  }
}
.legal-content {
  display: block;
  box-sizing: border-box;
  max-width: 980px;
  width: 100%;
  margin: 30px auto;
  padding: 0 20px 50px;
  color: #000;
}
.legal-content h2 {
  font-size: 30px;
}
.legal-content ul {
  list-style: disc;
}
