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

.jwell-clients .tit {
  text-align: center;
}
.jwell-clients .tit h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1;
  color:var(--title-text-color);
  font-weight: bold;
  text-transform: uppercase;
}
.jwell-clients .tit p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  max-width: 940px;
  margin: 28px auto 0;
  font-weight: 300;
}

.jwell-clients .list {
  margin: 55px 0 0;
  position: relative;
}
.jwell-clients .list ul {
  position: relative;
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.jwell-clients .list ul li {
  background: #fff;
  border: 1px solid #919191;
  box-sizing: border-box;
  width: 15.9%;
  margin: 5px;
  display: flex;
  align-items: center;
}
.jwell-clients .list ul li img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.jwell-clients .list ul:hover .pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}



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

@media screen and (max-width: 768px) {
  .jwell-clients .tit h3 {
  }
  .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;
  }
}
