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

.section1 .wrap .title {
  width: 900px;
  margin: 0 auto 80px;
}

.section1 .wrap .title h3 {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
}

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

.section1 .wrap .list .item {
  width: 440px;
  height: 293px;
  border-radius: 26px;
  border: 1px solid #9E9E9E;
  padding: 45px 65px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.6s;
}

.section1 .wrap .list .item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  transition: all 0.6s;
}

.section1 .wrap .list .item .text h4 {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.6s;
}

.section1 .wrap .list .item .text p {
  color: #666;
  transition: all 0.6s;
  font-size: 18px;
}

.section1 .wrap .list .item:hover {
  background-color: #FFB3AB;
  border: 1px solid #FFB3AB;
}

.section1 .wrap .list .item:hover .icon {
  filter: brightness(0) invert(1);
}

.section1 .wrap .list .item:hover .text h4,
.section1 .wrap .list .item:hover .text p {
  color: #fff;
}
html[lang="en"] .section1 .wrap .list .item{
  height: 330px;
}
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 4.6875vw;
    padding-bottom: 7.8125vw;
    width: 72.9166666667vw;
  }

  .section1 .wrap .title {
    width: 46.875vw;
    margin: 0px auto 4.1666666667vw;
  }

  .section1 .wrap .title h3 {
    font-size: 1.6666666667vw;
  }

  .section1 .wrap .list .item {
    width: 22.9166666667vw;
    height: 15.2604166667vw;
    border-radius: 1.3541666667vw;
    padding: 2.34375vw 3.3854166667vw;
  }

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

  .section1 .wrap .list .item .text h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5625vw;
  }

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

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

  .section1 .wrap .title {
    width: 100%;
  }

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

  .section1 .wrap .list .item .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }

  .section1 .wrap .list .item .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

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

  .section1 .wrap .list {
    grid-gap: 20px;
    flex-wrap: wrap;
  }

  .section1 .wrap .list .trem {
    width: calc(50% - 10px);
  }

  .section1 .wrap .list .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
  }

  .section1 .wrap .list .item .text {
    text-align: center;
  }
  .section1 .wrap .title{
    margin-bottom: 30px;
  }
    html[lang="en"] .section1 .wrap .list .item{
  height: auto;
}
}

@media screen and (max-width: 767px) {
  .section1 .wrap .list .trem {
    width: 100%;
  }

  .section1 .wrap {
    padding: 50px 0;
  }
}