.testimonials {
  margin-top: 1rem;
}
.testimonials .card {
  margin-bottom: 1.5rem;
}
.testimonials .card > .inner {
  padding: 1.5rem 3rem 1.5rem 0;
}
.testimonials .card .stars {
  margin-bottom: 1rem;
}
.testimonials .card .client-name {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.testimonials .card .txt {
  font-size: 1.1rem;
}

.SpecialListBlock_Testimonials {
  color: #fff;
  background-color: #292929;
}
.SpecialListBlock_Testimonials .block-title {
  color: #fff;
  margin-bottom: 0;
}
.SpecialListBlock_Testimonials .block-cta {
  text-align: right;
}
@media (min-width: 992px) {
  .SpecialListBlock_Testimonials {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
