.nine_block {
  padding-bottom: 150px;
  background-image: url("../../images/allcontent/wavebg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nine_block .central_title {
  margin: 0 auto;
}


.nine_block h2 {
  color: inherit;
  font-weight: 400;
}
.nine_block .two_photo_desc__item img {
  order: -1;
}
@media screen and (max-width: 1530px) {
  .nine_block {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1424px) {
  .nine_block .two_photo_desc__item img {
    order: 1;
  }
}

@media screen and (max-width: 860px) {
  .nine_block {
    padding-bottom: 0px;
  }
}/*# sourceMappingURL=nine-block_styles.css.map */