.jwell-clients {
padding: clamp(30px, 4.166667vw, 80px) 0;
  background: #f8f8f8;
  position: relative;
}
 
.jwell-clients .tit {
  text-align: left;
  position: relative;
}
.jwell-clients .tit h3::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #029312;
}
.jwell-clients .tit h3 {
  font-size: clamp(24px, 2.04vw, 39px);
  line-height: 1;
  color:var(--title-text-color);
  font-weight: bold;
  padding-bottom: 29px;
  z-index: 1;
  position: relative;
}
.jwell-clients .tit p {
  font-size: 17px;
  color: var(--text-color);
  line-height: 24px;
  margin: 28px auto 0 0;
  font-weight: 300;
}

.jwell-clients .list {
  margin: 55px 0 0;
  position: relative;
}
.jwell-clients .swiper-slide {
  position: relative;
  margin: 5px 0;
}
.jwell-clients .swiper-slide .pic {
  background: #fff;
  width: 100%;
  /* border: 1px solid #919191; */
  box-sizing: border-box;
}
.jwell-clients .swiper-slide .pic img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.jwell-clients .swiper-slide:hover .pic {
   
}

.jwell-clients .swiper-pagination-bullets {
  position: static;
  margin-top: 30px;
  width: 100%;
}
.jwell-clients .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background: #e4e4e4;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
  border-radius: 50px;
}
.jwell-clients .swiper-pagination-bullet-active {
  background: var(--color-second);
}

@media screen and (max-width: 1500px) {
  .jwell-clients .tit h3 {
    background-size: 320px auto;
  }
  .jwell-clients .tit p {
    font-size: 15px;
    margin: 25px auto 0;
  }


  .jwell-clients .list {
    margin: 50px 0 0;
  }
  .jwell-clients .swiper-pagination-bullets {
    margin-top: 40px;
  }
  .jwell-clients .swiper-pagination-bullet {
    height: 5px;
    width: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .jwell-clients .tit h3 {
    background-size: 280px auto;
  }
  .jwell-clients .tit p {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .jwell-clients .tit h3 {
    background-size: 220px auto;
    padding-bottom: 25px;
  }
  .jwell-clients .tit p {
    font-size: 15px;
    margin: 15px auto 0;
  }


  .jwell-clients .list {
    margin: 30px 0 0;
  }
  .jwell-clients .swiper-pagination-bullets {
    margin-top: 20px;
  }
  .jwell-clients .swiper-pagination-bullet {
    height: 3px;
    width: 20px;
    margin: 0 3px;
  }
}
