.c-testimonial_slider__row {
  align-items: center;
}
.c-testimonial_slider__descr {
  max-width: 300px;
}
.c-testimonial_slider .navigationWrapper {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.c-testimonial_slider .swiper-button-next1,
.c-testimonial_slider .swiper-button-prev1 {
  outline: none;
  color: #293444;
}
.c-testimonial_slider .swiper-button-next1:hover,
.c-testimonial_slider .swiper-button-prev1:hover {
  color: #ce0c8e;
}
@media screen and (max-width: 767px) {
  .c-testimonial_slider .navigationWrapper {
    justify-content: flex-end;
  }
}

.c-testimonial {
  padding: 30px;
  background: #fff;
}
.c-testimonial img {
  height: 50px;
  width: auto;
}
.c-testimonial__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.c-testimonial__imagewrap {
  margin-right: 15px;
}
.c-testimonial__title {
  font-weight: bold;
  color: #293444;
  font-family: "Fira Sans", sans-serif;
}
.c-testimonial__sub-title {
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  color: #293444;
}
.c-testimonial__descr {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.c-testimonial__footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-testimonial__footer img {
  max-height: 25px;
}
.c-testimonial__stars {
  margin-right: 5px;
}
.c-testimonial__stars .fa-star {
  color: #999;
}
.c-testimonial__stars .fa-star.checked {
  color: #d4000a;
}
