#testimonials {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 28px 0;
  overflow: hidden;
  background: #d7d0cc;
}
#testimonials .slider-wrap {
  width: 100%;
}
#testimonials .slider-wrap:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
#testimonials .slider-wrap:not(.slick-initialized) .single-tmny {
  flex: 0 0 33.333%;
}
#testimonials .slider-wrap .slick-list {
  overflow: visible;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
#testimonials .slider-wrap .slick-track {
  display: flex;
  align-items: stretch;
}
#testimonials .slider-wrap .slick-slide {
  height: auto;
}
#testimonials .slider-wrap .slick-slide > div {
  height: 100%;
}
#testimonials .single-tmny {
  margin: 0 5px;
  height: auto;
  padding: 0;
}
#testimonials .review-card {
  box-sizing: border-box;
  min-height: 290px;
  height: 100%;
  padding: 34px 28px 32px;
  border: 1px solid rgba(21, 18, 72, .06);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 18, 72, .08);
  color: #151248;
  overflow: hidden;
}
#testimonials .review-card .head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
#testimonials .review-card .img,
#testimonials .review-card .review-avatar {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
}
#testimonials .review-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonials .review-card .review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
#testimonials .review-card .name h6 {
  margin: 0 0 2px;
  padding: 0;
  color: #151248;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#testimonials .review-card .name .position {
  margin: 0;
  padding: 0;
  color: #747194;
  font-size: 10px;
  line-height: 1.35;
}
#testimonials .review-card .review-title {
  margin: 0 0 22px;
  padding: 0;
  color: #151248;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}
#testimonials .review-card .body {
  color: #747194;
  font-size: 13px;
  line-height: 1.45;
}
#testimonials .review-card .body p {
  margin: 0 0 12px;
  padding: 0;
}
#testimonials .review-card .body p:last-child {
  margin-bottom: 0;
}
.testimonials-nav {
  display: none !important;
}
@media (min-width: 981px) {
  #testimonials .review-card {
    padding: 34px 34px 32px;
  }
}
@media (max-width: 980px) {
  #testimonials {
    padding: 24px 0;
  }
  #testimonials .review-card {
    min-height: 280px;
  }
}
@media (max-width: 600px) {
  #testimonials .single-tmny {
    min-height: 0;
    margin: 0 4px;
  }
  #testimonials .review-card {
    min-height: 0;
    padding: 28px 22px;
  }
}
