.all-testimonials-carousel{
    overflow: visible;
    clip-path: inset(0 -100% 0 0);

    .swiper-slide{
        filter: blur(4px);
        transition: 0.5s filter;
        padding: 30px 50px 0;
        &.swiper-slide-active{
            filter: blur(0);
        }
        .testimonial-content{
            position: relative;
            color:  #F5F5F5;
            font-family: Inter;
            font-size: 24px;
            font-style: italic;
            font-weight: 400;
            line-height: 34px; /* 141.667% */
            letter-spacing: -0.24px;

            &:before{
                content: "";
                position: absolute;
                top: 0;
                left: -17px;
                background: url("/wp-content/uploads/Defacto-Project-Quote.png") center/contain no-repeat;
                width: 27px;
                height: 27px;
                transform: translate(-100%, -100%);
            }

            &:after{
                content: "";
                position: absolute;
                bottom: 0;
                right: -17px;
                background: url("/wp-content/uploads/Defacto-Project-Quote-2.png") center/contain no-repeat;
                width: 27px;
                height: 27px;
            }
        }
        .testimonial-author{
            color: #F5F5F5;
            margin-top: 40px;
            /* Texte Intro */
            font-family: "Titillium Web";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 34px; /* 141.667% */
            letter-spacing: -0.24px;
        }
    }
}

.testimonials-logo-container{
    display: flex;
    justify-content: center;
    img{
        max-width: 250px;
        max-height: 250px;
    }
}