.about-en-copy {
  text-align: center;
  margin-bottom: 30px
}

.about-vs-sub-wrapper {
  max-width: 350px
}



.about-content-img-a {
  /* margin-top: -220px */
}

.about-content-img-b{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-content-img-c{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-content-img-d{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.about-footer-fig {
  position: relative
}

.about-footer-fig:after {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #165e83;
  position: absolute;
  bottom: 0;
  z-index: -1
}
.about-footer-fig-b{
  position: absolute;
  top: 0;
}

.about-footer-text-wrapper {
  padding: 50px 0 40px;
  background-color: #165e83
}

.about-footer-text-fig {
  max-width: 690px;
  margin: 0 auto 30px
}

.about-footer-text-copy {
  color: #fff;
  text-align: center
}

.about-footer-btn-items {
  margin-top: 70px
}

.about-footer-btn-item:nth-of-type(2) {
  margin-top: 40px
}

@media screen and (max-width:767.98px) {
  .about-en-copy {
    margin-bottom: 24px
  }

  .about-vs-sub-wrapper {
    max-width: 175px;
    right: 0
  }

  .about-content-img-a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 90px
  }

  .about-footer-text-wrapper {
    padding: 30px 25px 60px
  }

  .about-footer-text-fig {
    max-width: 100%
  }
}