.jwell-clients {
  padding: 30px 0 60px;
}

.jwell-clients h3 {
  font-size: 40px;text-align: center;
    line-height: 1;
    color: var(--title-text-color);
    font-weight:700;
    text-transform: capitalize;
}

.jwell-clients .list {
  margin:40px -10px 0;
  position: relative;
}

.jwell-clients .swiper-slide {
  position: relative;padding:10px;
}
.jwell-clients .swiper-slide .pic {
  background: #fff;
  width: 100%;
  border: 1px solid #919191;height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jwell-clients .swiper-slide .pic img {
  display: block;max-height: 60%;
  transition: transform 0.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;font-size:0;
  width: 100%;
}
.jwell-clients .swiper-pagination-bullet {
  height: 6px;
  width: 80px;
  margin: 0 4px;
  background: #e4e4e4;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
}
.jwell-clients .swiper-pagination-bullet-active {
  background: var(--color-second);
}


@media screen and (max-width:1441px) {
.jwell-clients h3{font-size:38px;}
.jwell-clients .list{margin:35px -10px 0;}
.jwell-clients .swiper-pagination-bullets{margin-top:45px;}
.jwell-clients .swiper-pagination-bullet{width:70px;}
}
@media screen and (max-width:1367px) {
.jwell-clients h3{font-size:36px;}
.jwell-clients .swiper-pagination-bullets{margin-top:40px;}
.jwell-clients .swiper-pagination-bullet{width:65px;height:5px;}
}

@media screen and (max-width:1280px) {
.jwell-clients h3{font-size:34px;}
.jwell-clients .list{margin:30px -10px 0;}
.jwell-clients .swiper-pagination-bullets{margin-top:35px;}
.jwell-clients .swiper-pagination-bullet{width:60px;}
}

@media screen and (max-width:1171px) {
.jwell-clients h3{font-size:32px;}
.jwell-clients .swiper-pagination-bullets{margin-top:30px;}
}

@media screen and (max-width:992px) {
.jwell-clients h3{font-size:30px;}
}

@media screen and (max-width: 768px) {
.jwell-clients {padding:20px 0 30px;}
.jwell-clients h3{font-size:28px;}
.jwell-clients .list{margin:20px -10px 0;}
.jwell-clients .swiper-pagination-bullets{margin-top:20px;}
.jwell-clients .swiper-pagination-bullet{height:3px;width:20px;margin:0 3px;}
  
}

@media screen and (max-width:576px) {
.jwell-clients h3{font-size:26px;}
}


@media screen and (max-width:480px) {
.jwell-clients h3{font-size:24px;}
}

