#section_testimonials {
  padding: 45.16px 0 51px 0;
}

.testimonials--text-wrapper p {
  color: #37302c;
  line-height: 25.6px;
  font-weight: 400;
  margin-bottom: 32px;
}

#testimonials_h6 {
  line-height: 25.6px;
  color: #37302c;
  font-family: inherit;
}

.testimonials--star-wrapper {
  margin-bottom: 33.62px;
  height: 29.22px;
}

.testimonials-block {
  display: grid;
  grid-auto-flow: row;
}

.testimonials-block::-webkit-scrollbar {
  display: none;
}

.testimonial--circle-images .testimonial-section--image img {
  border-radius: 50%;
}

.testimonial--single-item {
  text-align: center;
  flex: 0 0 100%;
}

@media screen and (max-width: 767px) {
  .homepage-featured-box-btn {
    margin-top: 28px;
  }
  #testimonials_h6 {
    margin-bottom: 40px;
    font-size: 15px;
  }
  .grid-item__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .grid-item__subheading {
    font-size: 16px;
  }
  .grid-item__title {
    font-size: 22px;
  }
  .testimonials-block {
    overflow-x: scroll;
  }
  .testimonials--text-wrapper p {
    margin-bottom: 24px;
    padding: 0;
  }
  .testimonials--star-wrapper {
    margin-bottom: 21.62px;
  }
  #section_testimonials {
    padding: 14.6px 0 68px 0;
  }
 
}

.testimonials--text-wrapper {
  margin: 20px;
}

.testimonials--star-wrapper svg {
  margin: 0 3px;
}

.testimonial-section--image {
  text-align: center;
  display: inline-block;
}

.testimonial-section--image > div {
  display: inline-block;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.testimonial-section--image img {
  max-width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}
@media screen and (min-width: 768px) {
  .testimonials-block {
    display: grid;
    grid-auto-flow: column;
  }
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
}
