.content1-bgc-box {
  margin: 0 auto;
}

.content1-Bgc {
  background-image: url("../images/technology.png");
}

.content1-banner {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 35px;
  align-items: center;
}

.content1-banner img {
  width: 46px;
  height: 28px;
}

.content1-about {
  text-align: center;
  margin-top: 10px;
  color: #989898;
  margin-bottom: 105px;
}

.content1-main {
  display: flex;
  justify-content: flex-start;
}

.content1-main-top {
  width: 670px;
  margin-bottom: 42px;
}

.content1-main-prc {
  display: flex;
  background: linear-gradient(to right, #f8f9fb, #fff);
  justify-content: flex-start;
}

.content1-main-prc-box {
  display: flex;
  flex-direction: column;
}

.content1-main-prc-inner {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0;
}

.content1-main-prc-inner-left {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.content1-main-prc img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom-inner {
  display: flex;
  justify-content: space-evenly;
  background: linear-gradient(to right, #0e6ced, #2a98f8);
  margin-right: 20px;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 285px;
}

.bottom-inner img {
  margin: 42px 0px;
  height: 40px;
}

@media screen and (max-width: 960px) {
  .content1-bgc {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content1-bgc-box {
    width: 100%;
    height: unset;
  }

  .content1-main {
    flex-wrap: wrap-reverse;
  }

  .content1-main-top {
    width: 100vw;
    padding: 10vw;
    text-align: center;
  }

  .content1-main-prc {
    flex-wrap: wrap;
  }

  .content1-main-prc-inner {
    width: 80vw;
    margin: 20px 0;
    display: flex;
    padding: 0 10vw;
  }
  .content1-img-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .content1-img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .bottom-font {
    text-align: center;
    margin: 20px;
  }

  .bottom-inner {
    margin: 20px 0;
  }
}
