header {
  height: 45.20833vw;
  background-image: url("../images/about_us/about_us.png");
  background-size: 100vw 45.20833vw;
  background-repeat: no-repeat;
}

.info-block {
  position: absolute;
  top: 23.95833vw;
  width: 66.66667vw;
  height: 32.03125vw;
  left: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  border-radius: 0.625vw;
  box-shadow: 0px 1.14583vw 2.08333vw 0.46875vw rgba(185, 185, 185, 0.13);
  background-color: #fff;
  box-sizing: border-box;
  padding: 2.60417vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-block .img {
  width: 28.125vw;
}

.info-block .img img {
  width: 28.125vw;
}

.info-block .info-text {
  width: 29.42708vw;
}

.info-block .info-text .info-title {
  font-size: 1.82292vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #383E47;
  line-height: 3.85417vw;
}

.info-block .info-text .info-content {
  font-size: 1.35417vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333D4B;
  line-height: 3.125vw;
}

.services {
  text-align: left;
  height: 33.85417vw;
  width: 66.66667vw;
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
}

.services .title {
  padding-top: 14.58333vw;
  font-size: 2.08333vw;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1B1A1A;
  line-height: 2.60417vw;
}

.services .title-eng {
  font-size: 1.04167vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 2.60417vw;
}

.services .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.125vw;
}

.services .list .list-item {
  width: 9.375vw;
  height: 7.29167vw;
}

.services .list .list-item img {
  display: block;
  width: 4.16667vw;
  margin: 0 auto;
}

.services .list .list-item .text {
  font-size: 1.30208vw;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: center;
  color: #8C8C8C;
  line-height: 2.34375vw;
}

.more-info {
  background-color: #f6f6f6;
  height: 34.89583vw;
  box-sizing: border-box;
}

.info-box {
  padding-top: 3.90625vw;
  width: 65.625vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.info-box .info-list {
  margin-right: 5.20833vw;
  width: 21.09375vw;
  height: 27.86458vw;
  background-color: #fff;
  box-shadow: 0px 1.14583vw 2.08333vw 0.46875vw rgba(78, 92, 105, 0.08);
}

.info-box .info-list img {
  width: 21.09375vw;
}

.info-box .info-list .title {
  margin-top: 1.04167vw;
  font-size: 1.19792vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 2.08333vw;
}
