.testimonial-slide {
    border-radius: 20px;
    padding: 74px 50px;
    min-height: 356px;
    backdrop-filter: blur(14.699999809265137px);
    box-shadow: 0 40px 90px -10px rgba(0, 0, 0, 0.1);
    background: #F6F7F8;
}
@media (max-width: 768px) {
    .testimonial-slide {
        padding: 32px 20px;
        min-height: 280px;
    }
}
.testimonial-slide-text p,
h2.testimonial-slide-author {
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #202020;
}
.testimonial-slide-text img {
    width: 36px;
    height: 31px;
    float: left;
    margin: 5px 14px 5px 0;
}
h2.testimonial-slide-author {
    text-align: end;
    margin: 16px 0 0;
}
.testimonial-slide.swiper-slide-prev,
.testimonial-slide.swiper-slide-next {
    backdrop-filter: blur(12.720000267028809px);
    box-shadow: 0 32px 72px -8px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.23);
}
.custom-nav {
    display: flex;
    gap: 18%;
    justify-content: center;
    margin-top: 48px;
}
.custom-nav-button {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid #F6F7F8;
    backdrop-filter: blur(40px);
    background-image: url('/wp-content/themes/hello-elementor-child/images/arrow-prev.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    cursor: pointer;
}
.custom-nav-button_next {
    transform: rotate(180deg);
}