.jwell-clients{padding: 100px 0;position: relative;background: #fcfcfc;}

.jwell-clients .tit{text-align:center;}
.jwell-clients .tit h3{font-size: clamp(24px, 3.75vw, 56px);line-height: 1;color: #000;font-weight: 600;text-transform: uppercase;text-align: center;}
.jwell-clients .tit p{font-size:16px;color:#040404;line-height:24px;max-width:940px;margin:28px auto 0;font-weight:300;}

.jwell-clients .list{margin:55px 0 0;position:relative;}
.jwell-clients .swiper-slide{position:relative;}
.jwell-clients .swiper-slide .pic{background:#fff;width:100%;border: 1px solid rgba(226,226,226,1);box-sizing:border-box;}
.jwell-clients .swiper-slide .pic img{display:block;width:100%;transition:transform .5s;-webkit-transition:transform .5s;}
.jwell-clients .swiper-slide:hover .pic{box-shadow:0 0 10px rgba(0,0,0,0.16);}

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

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

  .jwell-clients{padding:60px 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{font-size:40px;background-size:280px auto;}
  .jwell-clients .tit p{margin:20px auto 0;}
}

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

  .jwell-clients{padding:30px 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;}

}