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

.jwell-clients .tit {
  text-align: center;
}
.jwell-clients .tit h3 {
  font-size: 60px;
  line-height: 1;
  color:var(--title-text-color);
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 29px;
  background: url("./pics/title-line-center.png") no-repeat center bottom;
}
.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 .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 {
  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: #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: 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;
  }
}
