.client-section {
  position: relative;
}

.client-section .section-title h3 {
  position: relative;
  padding-bottom: 15px;
}

.client-section .section-title p {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
}

.client-section .items-container {
  margin-top: 30px;
}

.client-section .items-container .slick-prev:before, .client-section .items-container .slick-next:before {
  font-size: 25px;
  color: #48bdc5;
}


.client-section .items-container .item {
  margin: 10px 20px;
  outline: 0;

}

.client-section .inner-box {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 20px #f1f1f1;
  margin-bottom: 20px;
  

}

.client-section .inner-box .img_holder img {
  width: 100%;
  border-radius: 5px;
}

.client-section .inner-box .image-content {
  padding: 38px 30px;
  background: #fff;
}

.client-section .inner-box .image-content span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  letter-spacing: .5px;
}

.client-section .inner-box .image-content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  padding-top: 6px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.client-section .inner-box .image-content p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  padding-bottom: 15px;
}
