.banner figure {
  background-image: url("../images/banner_security.png");
}
@media (max-width: 768px) {
  .banner figure {
    background-image: url("../images/banner_security_m.png");
  }
}

.security_content .container {
  font-size: 18px;
  background: #2d5b1f;
  padding: 50px 65px;
  border-radius: 30px;
  border: 1px solid white;
}
@media (max-width: 980px) {
  .security_content .container {
    font-size: 16px;
    padding: 30px 25px;
  }
}
.security_content .container .security_info {
  color: white;
  margin-bottom: 20px;
}
.security_content .container .security_content_title {
  margin-top: 25px;
  color: #8aa52d;
  font-weight: 700;
}
.security_content .container .security_list {
  list-style-type: disc;
  padding-left: 25px;
}
.security_content .container .security_list2 {
  list-style-type: decimal;
  padding-left: 20px;
}

.sec:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url("../images/dec_round.png");
  width: 9.1145833333%;
  padding-bottom: 19.2708333333%;
  left: 0;
  top: 550px;
}
.sec:after {
  background-image: url("../images/dec_footprint.png");
  width: 14.4270833333%;
  padding-bottom: 16.4583333333%;
  right: -2.5vw;
  top: 560px;
}
.sec > .container:after {
  background-image: url("../images/dec_parallelogram.png");
  width: 32.6666666667%;
  padding-bottom: 8.6666666667%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -300px;
  top: 370px;
}
