.testimonials-module .inner-wrp {
  margin-bottom: 60px;
  margin-top: 40px;
}

.testimonials-module .main-wrp {
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

.testimonials-module .testimonial {
  text-align: center;
}

.testimonials-module .lineTitle {
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  clear: both;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  font-family: "copperplate", Georgia, Times, serif;
  text-transform: uppercase;
  color: #717272;
}

.testimonials-module .lineTitle:before {
  display: block;
  height: 0.5px;
  content: "";
  width: 100%;
  position: relative;
  top: 14px;
  z-index: 7777;
  border-top: 1px solid #d3d5d8;
  box-sizing: content-box;
}

.testimonials-module .lineTitle .title {
  padding: 0 15px;
  position: relative;
  z-index: 8888;
  background-color: #FFF;
  color: #002538;
}


.testimonials-module .quote {
  display: inline-block !important;
  max-width: 15px;
  margin: 4em 0 2.5em;
  position: relative;
  z-index: 10;
}

.testimonials-module .testimonial p {
      line-height: 1.4;
  font-size: 1.15em;
  padding: 0 6em;
}

.testimonials-module .testimonial .author-name {
  font-size: 1.25em;
  font-family: turbinado-pro, sans-serif;
  line-height: 1.4em;
  font-weight: normal!important;
  color: #3D5073;
}

.testimonials-module .testimonial img.client {
  display: inline-block !important;
  max-width: 112px;
  border-radius: 112px;
  border: 4px solid #f1f1f2;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}


.testimonials-module .slick-prev {
  position: absolute;
  width: 60px;
  z-index: 6666;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  top: 0;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: transparent;
  left: 0;
}

.testimonials-module .slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  width: 60px;
  z-index: 6666;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  top: 0;
  display: block;
  opacity: 1;
}

@media only screen and (max-width: 768px){
.testimonials-module .testimonial p{
      padding: 0 3em;
}
}