#testimonials-slider {
  background: #7bceb6;
  padding: 30px 50px 80px 50px;
  text-align: center;
  color: #fff;
  font-size: 19px;
}
.carousel h4{
  font-size: 22px;
  font-weight: 400;
  text-transform:none;
}
.carousel img{
 width: 100px;  border-radius: 50%; text-align:center;
}
.carousel p, .carousel span {
  font-weight: 300;
  font-size:19px;
}
.testimonials-wrap {
  margin: auto 8%;
}
.carousel-inner {
  margin-bottom: 10px;
}
.carousel-indicators {
  margin-bottom: 35px;
}
.testimonials-link {
  position: absolute;
  bottom: 22px;
  left: 0px;
  right: 0px;
  text-shadow: none;
}
@media (max-width: 767px) {
  #testimonials-slider {
    width: 100%;
    margin-left: 0px;
  }
}