.banner figure {
  background-image: url("../images/banner_privacy.png");
}
@media (max-width: 768px) {
  .banner figure {
    background-image: url("../images/banner_privacy_m.png");
  }
}

.security_list_en {
  list-style-type: upper-alpha;
  padding-left: 20px;
}

.security_content_text a {
  color: white;
  white-space: normal;
}

.sec:before {
  background-image: url("../images/dec_tree_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.78125%;
  padding-bottom: 19.9479166667%;
  right: 0;
  top: 300px;
}
.sec:after {
  background-image: url("../images/dec_footprint.png");
  top: 100px;
  right: -4vw;
}
@media (max-width: 1440px) {
  .sec:after {
    top: 130px;
  }
}
@media (max-width: 980px) {
  .sec:after {
    top: 200px;
  }
}
.sec > .container:after {
  background-image: url("../images/dec_square.png");
  width: 23.0833333333%;
  padding-bottom: 26.3333333333%;
  right: -9vw;
  top: 900px;
}
