.jwell-pic_text {
  background: #fff;
  padding: clamp(30px, 4.166667vw, 80px) 0 clamp(30px, 4.166667vw, 80px) 5%;
}
.jwell-pic_text .lists{
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
}
.jwell-pic_text .txt {
  -webkit-flex: 1;
  flex: 1;
}
.jwell-pic_text .txts em {
  line-height: 1;
  font-size: clamp(14px, 0.94vw, 18px);
  color: rgba(0, 0, 0, 0.2);
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.jwell-pic_text .txts h3 {
  text-transform: capitalize;
  padding-bottom: 29px;
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1.2;
  color: #000;
  margin: 5px 0 0;
  font-weight: 600;
}

.jwell-pic_text ul {
  margin: 10px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jwell-pic_text ul li {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px 0 40px 0;
  cursor: pointer;
}
.jwell-pic_text ul li .ico {
  width: 84px;
  height: 84px;
  border: var(--color-primary) 1px solid;
  
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}
.jwell-pic_text ul li .ico img {
  max-height: 55px;
}
.jwell-pic_text ul li h5 {
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin: 20px 0 0;
}
.jwell-pic_text ul li p {
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 22px;
  color: #4c4b4b;
  margin: 15px 0 0;
}
.jwell-pic_text .list video{
  width: 100%;
  height: auto;
   
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.jwell-pic_text .list {
  width: 46.4%;
  position: relative;
}
.jwell-pic_text .swiper-pagination-bullets {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.jwell-pic_text .swiper-pagination-bullet {
  height: 6px;
  width: 80px;
  margin: 0 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
}
.jwell-pic_text .swiper-pagination-bullet-active {
  background: var(--color-second);
}

@media screen and (max-width: 1500px) {
 
  .jwell-pic_text .txt {
    -webkit-flex: 1;
    flex: 1;
  }
  .jwell-pic_text .txt em {
    font-size: 17px;
  }
  .jwell-pic_text .txt h3 {
    font-size: 42px;
    background-size: 320px auto;
  }

  .jwell-pic_text ul {
    margin: 10px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jwell-pic_text ul li {
    padding-right: 15px;
    margin: 25px 0 0;
  }
  .jwell-pic_text ul li .ico {
    width: 70px;
    height: 70px;
  }
  .jwell-pic_text ul li .ico img {
    max-height: 38px;
  }
  .jwell-pic_text ul li h5 {
    margin: 15px 0 0;
  }
  .jwell-pic_text ul li p {
    margin: 10px 0 0;
  }

  .jwell-pic_text .list {
    width: 46.4%;
  }
  .jwell-pic_text .swiper-pagination-bullets {
    bottom: 20px;
  }
  .jwell-pic_text .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
  }
}

@media(max-width:1280px){
  .jwell-pic_text ul li .ico {
    width: 55px;
    height: 55px;
  }
  .jwell-pic_text ul li .ico img {
    max-height: 30px;
  }

  .jwell-pic_text .txts h3 {
    padding-bottom: 20px;
  }

  .jwell-pic_text ul li {
    margin: 15px 0 0;
  }

  .jwell-pic_text ul li h5 {
    margin: 10px 0 0;
  }

  .jwell-pic_text ul {
    margin: 0;
  }

  .jwell-pic_text{padding-left: 3%;}

  .jwell-pic_text ul li p {
    line-height: 20px;
  }

}

@media screen and (max-width: 991px) {
  .jwell-pic_text .lists {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .jwell-pic_text {
    padding: clamp(30px, 4.166667vw, 80px) 15px clamp(30px, 4.166667vw, 80px) 15px;
  }

  .jwell-pic_text .txts{text-align:center}
  
  .jwell-pic_text .txt {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  .jwell-pic_text .txt em {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .jwell-pic_text .txt h3 {
    font-size: 30px;
    padding-bottom: 25px;
    background: url("./pics/title-line-center.png") no-repeat center bottom;
    background-size: 220px auto;
  }

  .jwell-pic_text ul {
    margin: 10px 0 0;
  }
  .jwell-pic_text ul li {
    width: 100%;
    padding-right: 0;
    margin: 25px 0 0;
  }

  .jwell-pic_text .list {
    width: 100%;
    margin: 20px 0 0;
  }
  .jwell-pic_text .swiper-pagination-bullets {
    bottom: 15px;
  }
  .jwell-pic_text .swiper-pagination-bullet {
    height: 4px;
    width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .jwell-pic_text .txt h3 {
    font-size: 24px;
    padding-bottom: 20px;
    background-size: 160px auto;
  }
}
