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

.banner-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
}
.banner-bg .left {
  width: 80%;
  background: #f0f0fe;
}
.banner-bg .right {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-bg .right img {
  width: 84px;
}
.point img {
  width: 100%;
}
.innovative-banner-cont {
  padding: 17% 0;
  justify-content: space-between;
}

.bannerSales {
  flex-shrink: 0;
  border-radius: 28px;
  background: #7a52f4;
  padding: 64px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.salesBox {
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(153, 155, 168, 0.25);
  padding: 20px 40px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.salesBox:last-child {
  margin-bottom: 0;
}
.salesBox p {
  color: #727781;

  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.salesBox h6 {
  color: #212529;
  font-size: 28px;
  font-weight: 600;
  word-break: break-all;
  line-height: normal;
}
.salesBox h6 a {
  color: #212529;
  font-size: 28px;
  font-weight: 600;
  word-break: break-all;
  line-height: normal;
}

@media only screen and (max-width: 820px) {
  .innovative-banner {
    display: block;
    padding-bottom: 48px;
  }

  .banner-content {
    padding-top: 80px;
    margin-top: 0px;
  }

  .bannerSales {
    width: 100%;
    margin-top: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .innovative-banner {
    height: auto;
    display: block;
    padding: 0;
    padding-bottom: 48px;
  }
  .banner-content {
    padding: 0px;
  }

  .innovative-banner-cont {
    padding: 80px 0 0;
  }
  .banner-bg {
    width: 100%;
  }
  .banner-bg .left {
    width: 100%;
  }
  .banner-bg .right {
    display: none;
  }

  .banner-text {
    color: #727781;
  }

  .bannerSales {
    width: 100%;
    /* margin: 0 16px; */
    margin-top: 36px;
  }

  .salesBox {
    width: 100%;
  }
}
