.testimonial-card-v2 {
  background: #C23532;
  border-radius: 20px;
}

.testimonial-image-wrapper {
    display: flex;
    justify-content: center;
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
}
.testimonial-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.testimonial-image img {
  max-width: 150px;
}

.testimonial-content-wrapper {
  padding: 40px;
  text-align: center;
}

.testimonial-stars {
  margin-bottom: 20px;
  text-align: center;
}

.testimonial-stars .fas.fa-star {
  color: #FFA910;
  font-size: 18px;
  margin: 0 2px;
}

.testimonial-text {
  font-size: 1.4rem;
  font-family: Montserrat;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}

.testimonial-logo {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.testimonial-logo img {
  max-width: 130px;
}


