.wrapper {
  background: url(../image/aboutBg.png) no-repeat;
  background-size: 100% auto;
}

.innovative-banner {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  padding: 64px 0 0;
}
.banner-content {
  padding: 20% 0 12.3%;
  width: 100%;
}

.banner-content p {
  width: 100%;
  color: #727781;
  font-size: 0.24rem;
  font-weight: 400;
}

.about-list {
  margin-top: 48px;
  margin-bottom: 12.2%;
}

.about-list li {
  padding: 16px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(237, 235, 240, 0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 16px;
}

.about-img {
  height: 40px;
  width: 200px;
  padding-left: 15px;
}

.about-img img {
  height: 100%;
}

.about-title {
  width: 30%;
}

.about-title h6 {
  color: #212529;
  font-size: 18px;
  font-weight: 400;
}

.about-list p {
  color: #727781;
  font-size: 18px;
  font-weight: 400;
}

.about-text {
  flex: 1;
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .innovative-banner {
    width: 100%;
    padding: 0;
  }

  .banner-content p {
    width: 100%;
    font-size: 14px;
  }

  .about-cont {
    width: 100%;
    padding: 0 16px;
    /* padding: 0 16px; */
  }

  .title {
    font-size: 22px;
  }

  .about-list {
    margin-top: 28px;
  }

  .about-list li {
    width: 100%;
    height: auto;
    padding: 20px 16px 20px 40px;
    display: block;
  }

  .about-title,
  .about-text {
    width: 100%;
    margin-top: 24px;
  }
  .about-text {
    color: #212529 !important;
  }

  .about-img {
    padding-left: 0;
  }
}
