.section1 .wrap {
  padding-top: 140px;
  padding-bottom: 100px;
  width: 1400px;
  margin: 0 auto;
}

.section1 .wrap .top {
  display: flex;
  padding-bottom: 116px;
}

.section1 .wrap .top .left {
  margin-right: 128px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html[lang="en"] .section1 .wrap .top .left {
  width: 600px;

}

.section1 .wrap .top .left .title h3 {
  color: #111;
  font-size: 30px;
}

.section1 .wrap .top .left .title h3 span {
  font-weight: 400;
}

.section1 .wrap .top .left .img img {
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
}

.section1 .wrap .top .right {
  flex: 1;
}

.section1 .wrap .top .right p {
  color: #686F81;
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
}

html[lang="en"] .section1 .wrap .top .right p {
  text-indent: 0em;
}

.section1 .wrap .top .right p:not(:last-child) {
  margin-bottom: 100px;
}

.section1 .wrap .bottom .list {
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .bottom .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  position: relative;
}

html[lang="en"] .section1 .wrap .bottom .list .item {
  padding: 0 10px;
  align-items: center;
}

html[lang="en"] .section1 .wrap .bottom .list .item .key {
  text-align: center;
  width: 100%;
}

.section1 .wrap .bottom .list .item .value {
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 40px;
  font-weight: 700;
}

.section1 .wrap .bottom .list .item .key {
  color: #686F81;
  font-size: 16px;
  line-height: 24px;
}

.section1 .wrap .bottom .list .item:not(:last-child)::after {
  width: 1px;
  height: 70px;
  background-color: #DBE1E1;
  position: absolute;
  right: 0;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.section1 .wrap .bottom .img {
  margin-top: 90px;
}

@keyframes floating {

  0%,
  to {
    transform: translate(0%, 0);
  }

  25% {
    transform: translate(5px, 15px);
  }

  50% {
    transform: translate(10px, 5px);
  }

  75% {
    transform: translate(0%, 15px);
  }
}

html[lang="en"] .section1 .wrap .top .right {
  height: 400px;
  overflow: scroll;
}

html[lang="en"] .section1 .wrap .top .right::-webkit-scrollbar {
  height: 0;
}

.section1 .wrap .bottom .list .item:not(:last-child)::after {
  display: none;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 7.2916666667vw;
    padding-bottom: 5.2083333333vw;
    width: 72.9166666667vw;
  }

  .section1 .wrap .top {
    padding-bottom: 6.0416666667vw;
  }

  .section1 .wrap .top .left {
    margin-right: 6.6666666667vw;
  }

  html[lang="en"] .section1 .wrap .top .left {
    width: 31.25vw;

  }

  .section1 .wrap .top .left .title h3 {
    font-size: 1.5625vw;
  }

  .section1 .wrap .top .right p {
    font-size: 1.04166666vw;
  }

  .section1 .wrap .top .right p:not(:last-child) {
    margin-bottom: 5.2083333333vw;
  }

  .section1 .wrap .bottom .list .item .value {
    font-size: 2.0833333333vw;
  }

  .section1 .wrap .bottom .list .item .key {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .section1 .wrap .bottom .list .item:not(:last-child)::after {
    height: 3.6458333333vw;
  }

  .section1 .wrap .bottom .img {
    margin-top: 4.6875vw;
  }

  .section1 .wrap .top .left .img {
    width: 10vw;
  }

  html[lang="en"] .section1 .wrap .top .right {
    height: 20.833333vw;
  }
}

@media screen and (max-width: 1024px) {
  html[lang="en"] .section1 .wrap .top .right {
    height: fit-content;
    padding-right: 0;
  }

  html[lang="en"] .section1 .wrap .top .right::-webkit-scrollbar {
    width: 0;
  }

  .section1 .wrap {
    width: 90%;
    padding: 60px 0;
  }

  .section1 .wrap .top .left .img {
    display: none;
  }

  .section1 .wrap .top {
    flex-direction: column;
  }

  .section1 .wrap .top .left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  html[lang="en"] .section1 .wrap .top .left {
    width: 100%;
  }

  .section1 .wrap .top .left .title h3 {
    font-size: 20px;
  }

  .section1 .wrap .top .right p {
    font-size: 14px;
    line-height: 2;
  }

  .section1 .wrap .top {
    padding-bottom: 30px;
  }

  .section1 .wrap .bottom .list {
    grid-gap: 30px 0;
  }

  .section1 .wrap .bottom .list .item .value {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .section1 .wrap .bottom .list .item .key {
    font-size: 14px;
    line-height: 1;
  }

  .section1 .wrap .bottom .list .item:not(:last-child)::after {
    height: 40px;
  }

  .section1 .wrap .bottom .list {
    flex-wrap: wrap;
  }

  .section1 .wrap .bottom .list .item {
    flex: none;
    width: 50%;
  }

  html[lang="en"] .section1 .wrap .bottom .list .item {
    justify-content: start;
  }

  .section1 .wrap .bottom .list .item:nth-child(2n)::after {
    display: none;
  }

  .section1 .wrap .bottom .img {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
  }

  .section1 .wrap .bottom .list .item {
    align-items: start;
  }

  .section1 .wrap .bottom .list .item::after {
    display: none !important;
  }

  html[lang="en"] .section1 .wrap .bottom .list .item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .bottom .list .item:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {}

@media screen and (max-width: 450px) {

  .section1 .wrap .bottom .list .item .key {
    font-size: 14px;
  }
}