/***********
** Testimonials
**********/
.masonry-layout {
  columns: 3;
  column-gap: 0.8rem;
  margin: 0 25px;

}

.testimonial-card {
  background-color: white;
  padding: 0.8rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 150px;
  display: inline-block;
  margin: 0.8rem;
  width: 85%;
  font-size: 2rem;
}

.testimonial {
  font-size: 18px;
  margin-bottom: 15px;
}

.name {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  text-align: right;
}


.star-cont {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;

  .stars {
    >img {
      max-width: 15px;
      max-height: 15px;
    }
  }
}


@media (max-width: 780px) {
  @media (max-width: 100vw) {
    .masonry-layout {
      columns: unset;
      column-gap: unset;
    }
  }
}
