.testimonial-row .testiWrapper {
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .testimonial-row .testiWrapper {
    padding: 1.5rem;
  }
}
.testimonial-row .testiWrapper .testiHead {
  position: relative;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  height: 72px;
  margin-bottom: 15px;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
}
.testimonial-row .testiWrapper .testiHead h3 {
  font-size: 18px;
  color: var(--primary);
}
.testimonial-row .testiWrapper .testiHead h4 {
  font-size: 16px;
  color: var(--dark);
  font-family: var(--text);
}
@media (max-width: 767px) {
  .testimonial-row .testiWrapper .testiHead {
    padding-left: 0px;
    height: auto;
    text-align: center;
    align-items: anchor-center;
    gap: 0px;
  }
}
.testimonial-row .testiWrapper span * {
  font-size: 16px;
}
.testimonial-row .testiWrapper figure {
  width: 72px;
  height: 72px;
  background-size: cover;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .testimonial-row .testiWrapper figure {
    left: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-row .testiWrapper figure {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-row .testiWrapper {
    padding: 1rem;
  }
}
.testimonial-row .testimonialSecond {
  gap: 5rem;
  margin: 3rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .testimonial-row .testimonialSecond {
    margin: 2rem 0;
  }
}
.testimonial-row .testimonialSecond .slick-track {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .testimonial-row .testimonialSecond .slick-track {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-row .slick-list.draggable {
    padding: 0 0 !important;
  }
}
.starImg {
  margin-top: 15px;
}
.starImg svg {
  width: 20px;
  fill: #FFBD08;
}
