.custom-testimonials {
    padding: clamp(25px, 6vw, 70px) 0;
}
.custom-testimonials .splide__slide {
    padding: clamp(40px, 4vw, 40px) clamp(25px, 6vw, 70px);
    
    margin: 0 auto;
}

.custom-testimonials .splide__pagination__page.is-active {
    background: #000;
}
.custom-testimonials .splide__pagination__page {
    width: 14px;
    height: 14px;
    margin: 10px;
}
.custom-testimonial-author {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    
    justify-content: center;
    align-items: center;
}
.custom-testimonial-author:has(.custom-testimonial-author-img) {
    text-align: left;
}
.custom-testimonial-author p {
    margin: 0;
    
}
.custom-testimonial-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.custom-testimonial-author-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    
}
.custom-testimonial-author-name {
    font-weight: bold;
}
@media screen and (min-width: 768px) { 

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

}
.elementor-element[data-element_type="container"]:has(.elementor-widget-custom-testimonials),
.elementor-element[data-element_type="container"] > .e-con-inner:has(.elementor-widget-custom-testimonials){
    padding: 0;
    max-width: 100%;
    
}