.wh-testimonial-image {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 29.5%;
  height: auto;
  display: none;
}
@media(min-width: 1000px){
  .wh-testimonial-image {
    display: block;
  }
}

.wh-inner-testimonial {
  position: relative;
  padding-top: 60px;
  
}
.wh-testimonial-quote {
  font-style: italic;
  font-size: clamp(1.125rem, 1.0676rem + 0.2449vw, 1.3125rem);
  line-height: 1.6em;
}
.wh-testimonial-splide-holder .splide {
  position: inherit;
}
.wh-testimonial-splide-holder .splide  .wh-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top center;
}

.wh-inner-testimonial .wh-quote-image {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='28' viewBox='0 0 34 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.89685 27.4181L0.281516 23.6819C3.79796 21.4841 7.20452 16.9787 7.75396 13.3523C7.53418 13.4622 6.65507 13.682 6.10563 13.682C2.69907 13.682 0.171627 11.0447 0.171627 7.41833C0.171627 3.6821 3.13863 0.605214 6.87485 0.605214C10.9407 0.605214 14.5671 3.90188 14.5671 9.72599C14.5671 16.9787 10.5012 23.572 4.89685 27.4181ZM23.9076 27.4181L19.2923 23.6819C22.8087 21.4841 26.1054 16.9787 26.7647 13.3523C26.545 13.4622 25.6659 13.682 25.1164 13.682C21.7099 13.682 19.0725 11.0447 19.0725 7.41833C19.0725 3.6821 22.1494 0.605214 25.7757 0.605214C29.8416 0.605214 33.468 3.90188 33.468 9.72599C33.468 16.9787 29.4021 23.572 23.9076 27.4181Z' fill='%23000'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 34px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: auto;
  margin-right: auto;
}
.wh-inner-testimonial .wh-splide-arrows .splide__arrow--prev {
  transform: translateY(-100%) rotate(180deg) !important;
}
.wh-inner-testimonial .wh-splide-arrows .splide__arrow--next {
  transform: translateY(-100%) !important;
}.wh-testimonial-subject {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 1.2em;
}
.wh-testimonial-subject:hover {
  color: #E47C27;
}