.testimonials {
  position: relative;
  padding-top: 80px;
}
.testimonials:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
}

#customers-testimonials .item-details {
  background-color: #ffffff;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 30px;
  font-weight: bold;
  color: #507c3d;
  border: 2px solid #507c3d;
  text-align: center;
  padding-top: 6px;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

@media screen and (max-width: 880px) {
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    font-size: 40px;
    color: #ffffff;
    border: 0;
  }
  

  .owl-carousel .owl-prev {
    left: 0px;
  }
  
  .owl-carousel .owl-next {
    right: 0px;
  }
  }