.single-testimonial-item{
    box-shadow: 0 0 2px #dadfd3;
    align-items: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .owl-carousel .owl-item .user-name {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }

  .owl-carousel .owl-item .stars {
    text-align: center;
    margin-bottom: 5px;
  }

  .owl-carousel .owl-item .stars .fa-star {
    color: gold;
  }

  .owl-carousel .owl-item .review-text {
    text-align: center;
  }