.wh-quote-credit {
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: left;
  align-items: center;
}
.wh-quote-portait {
  width: 56px;
  height: 56px; 
}

.wh-pull-quote .splide__arrows{
    z-index: 1001;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
.wh-pull-quote .splide__arrow:hover {
    opacity: .7;
}
.wh-pull-quote .splide__arrow--next {
    margin-right: -100px;
}
.wh-pull-quote .splide__arrow--prev {
    margin-left: -100px;
}
.wh-pull-quote .splide__pagination {
    transform: translateY(20px);
}
@media(max-width: 1200px){
    .wh-pull-quote .splide__arrow--next {
        margin-right: 0px;
    }
    .wh-pull-quote .splide__arrow--prev {
        margin-left: 0px;
    }
    .wh-pull-quote blockquote {
        padding: 0px 60px;
    }
}