.custom-testimonials {
    
    
    margin: 0 auto;
    color: var(--theme-text-faded);
}
.custom-testimonials blockquote {
    margin: 0 0 20px;
}

.custom-testimonial-author {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    gap: 15px;
}
.custom-testimonials img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}
.custom-testimonials .splide__pagination__page.is-active {
    background: #000;
}
@media screen and (min-width: 768px) { 

}
@media screen and (min-width: 1024px) {  

}
