.section .sec_top {
  padding: 185px 0 88px;
  background: #FAFAFA;
  text-align: center;
}

.section .sec_top .title {
  font-weight: 500;
  font-size: 52px;
  color: #1A1A1A;
}

.section .sec_top .des {
  font-weight: 400;
  font-size: 19px;
  line-height: 42px;
  text-align: center;
  width: 1400px;
  margin: 12px auto 0;
}

.section .wrap {
  padding: 92px 0 221px;
}

.section .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 86px 30px;
}

.section .wrap .list .item {
  position: relative;
  align-items: center;
  display: flex;
  width: 445px;
  justify-content: center;
  flex-direction: column;
}

.section .wrap .list .item .top {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.section .wrap .list .item .play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(32px);
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: 0.6s;
}

.section .wrap .list .item .play img {
  display: block;
  width: 14px;
  transform: translateX(1px);
}



.section .wrap .list .item .img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.section .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .list .item .title {

  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  color: #333;
  transition: 0.6s;
}

.section .wrap .list .item:hover img {
  transform: scale(1.1);
}

.section .wrap .list .item:hover .h5 {
  color: #F17B13;
}

@media screen and (max-width: 1919px) {
  .section .sec_top {
    padding: 9.6354166667vw 0px 4.5833333333vw;
  }

  .section .sec_top .title {
    font-size: 2.7083333333vw;
  }

  .section .sec_top .des {
    font-size: 0.9895833333vw;
    line-height: 2.1875vw;
    width: 72.9166666667vw;
    margin: 0.625vw auto 0px;
  }

  .section .wrap {
    padding: 4.7916666667vw 0px 11.5104166667vw;
  }

  .section .wrap .list {
    gap: 4.4791666667vw 1.5625vw;
  }

  .section .wrap .list .item {
    width: 23.1770833333vw;
  }

  .section .wrap .list .item .h5 {
    font-size: 0.9375vw;
    line-height: 2.1875vw;
    padding: 0px 1.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  .section .sec_top {
    padding: 100px 0 30px;
  }

  .section .sec_top .title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .section .sec_top .des {
    font-size: 15px;
    line-height: 1.4;
    width: 90vw;
  }

  .section .wrap .list {
    gap: 30px;
  }

  .section .wrap .list .item {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
  }

  /* .section .wrap .list {
     display: flex;
    flex-wrap: wrap;
    gap: 86px 30px;
        gap: 30px;
    } */
  /* .section .wrap {
    padding: 140px 0;
  }

  .section .wrap .list {
    gap: 25px;
  }

  .section .wrap .list .item {
    width: 100%;
    height: 30vw;
  }

  .section .wrap .list .item .h5 {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 20px;
  } */
}