.testimonials-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width:100%;
  gap:40px;
}
.testimonial--circle-images .testimonial-section--image img {
  border-radius: 50%;
}
.testimonial--single-item {
  text-align: center;
  flex: 1 1 240px;
  background:#F8FFF8;
}
@media screen and (max-width: 768px) {
  .testimonial--single-item {
    margin-bottom: 30px;
    min-width: 290px;
        scroll-snap-align: center;
  }
  .testimonials-block::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
  .testimonials-block{
  gap:10px;
    flex-wrap: nowrap;
        /* min-width: 250px; */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
}
}
.testimonials--star-wrapper,
.testimonials--text-wrapper {
  margin: 15px;
  
}

.testimonials--star-wrapper{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials--text-wrapper{
  display:flex;
  flex-direction:column;
}
.testimonial-section--image {
  text-align: center;
  display: inline-block;
}
.testimonial-section--image > div {
  display: inline-block;
}
.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";
}
