.section1 {
  position: relative;
}

.section1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section1 .bg img {
  height: 100%;
  width: 100%;
}

.section1 .wrap {
  padding-top: 135px;
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

.section1 .wrap .content {
  margin-top: 10px;
  margin-bottom: 80px;
}

.section1 .wrap .content p {
  color: #686F81;
  font-size: 20px;
  line-height: 2;
}

.section1 .wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.section1 .wrap .list .item {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  /* padding: 50px; */
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.6s;
}

.section1 .wrap .list .item:hover {
  transform: translateY(-15px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.section1 .wrap .list .item .icon {
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E6EBF2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .wrap .list .item .text p {
  color: #686F81;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

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

html[lang="en"] .section1 .wrap .list .item {
  padding: 40px 25px;
}

html[lang="en"] .section1 .wrap .list .item .text p {
  font-size: 16px;
}

html[lang="en"] .section1 .wrap .list .item .text p span {
  font-size: 20px;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 7.03125vw;
    width: 75vw;
    padding-bottom: 4.1666666667vw;
  }

  .section1 .wrap .content {
    margin-top: 0.5208333333vw;
    margin-bottom: 4.1666666667vw;
  }

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

  .section1 .wrap .list {
    gap: 1.3020833333vw;
  }

  .section1 .wrap .list .item {
    border-radius: 0.5208333333vw;
    padding: 2.6041666667vw;
  }

  .section1 .wrap .list .item:hover {
    transform: translateY(-0.78125vw);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.2083333333vw 0.625vw;
  }

  .section1 .wrap .list .item .icon {
    margin-bottom: 1.5625vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }

  .section1 .wrap .list .item .text p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .list .item .text p span {
    font-size: 1.25vw;
  }

  html[lang="en"] .section1 .wrap .list .item {
    padding: 2.0833333333vw 1.3020833333vw;
  }

  html[lang="en"] .section1 .wrap .list .item .text p {
    font-size: 0.8333333333vw;
  }

  html[lang="en"] .section1 .wrap .list .item .text p span {
    font-size: 1.0416666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap {
    padding: 60px 0;
    width: 90%;
  }

  .section1 .wrap .content {
    margin-bottom: 20px;
    margin-bottom: 30px;
  }

  .section1 .wrap .content p {
    font-size: 14px;
  }

  .section1 .wrap .list .item .text p {
    font-size: 14px;
  }

  .section1 .wrap .list .item .text p span {
    font-size: 16px;
  }

  .section1 .wrap .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .section1 .wrap .list .item {
    border-radius: 10px;
    padding: 20px;
  }

  .section1 .wrap .list {
    gap: 10px;
  }

  html[lang="en"] .section1 .wrap .list .item .text p {
    font-size: 14px;
  }

  html[lang="en"] .section1 .wrap .list .item {
    padding: 30px 20px;
  }

  html[lang="en"] .section1 .wrap .list .item .text p span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .list .item .icon {
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
  }

  .section1 .wrap .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .section1 .wrap .list .item {
    padding: 30px 20px;
  }
}