/** Shopify CDN: Minification failed

Line 91:1 Expected "}" to go with "{"

**/

@media screen and (min-width: 990px) {
  .pi-reviews-multicolumn .title-wrapper-with-link {
    margin-bottom: 6rem;
}
.pi-reviews-multicolumn .multicolumn-card.content-container {
  overflow: hidden;
}
.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  display: grid;
}

.testimonial-card__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.testimonial-card__star {
  color: #4C8C42;
  font-size: 18px;
}

.testimonial-card__quote {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: end;
}

.testimonial-card__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffa726;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><circle cx="25" cy="20" r="8" fill="%23fff"/><path d="M25 30c-8 0-15 4-15 10v5h30v-5c0-6-7-10-15-10z" fill="%23fff"/></svg>');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial-card__avatar img {
  max-width: 100%;
  object-fit: cover;
  object-position: top;
}
.testimonial-card__info {
  display: flex;
  flex-direction: column;
}

.testimonial-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}

.testimonial-card__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 2px;
}

.testimonial-card__company {
  font-size: 14px;
  color: #4C8C42;
  font-weight: 500;
}