.elementor-widget-testimonial-slider .elementor-widget-container .splide {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.elementor-widget-testimonial-slider .splide__list {
    padding: 0;
}

.elementor-widget-testimonial-slider li.splide__slide {
    display: flex;
    flex-direction: row;
    background-color: #E93735;
}

.elementor-widget-testimonial-slider .content-section {
    width: 50%;
    background-color: #E93735;
    color: white;
    padding-left: 60px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elementor-widget-testimonial-slider .content-section div.testimonial:before {
    content: "";
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url(/wp-content/uploads/2022/07/quote_rounded_right___filled_24x24__1x__1_.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.elementor-widget-testimonial-slider .content-section div.testimonial {
    position: relative;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    padding-top: 100px;
    margin-bottom: 68px;
}

.elementor-widget-testimonial-slider .content-section .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
}

.elementor-widget-testimonial-slider .content-section .position {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.elementor-widget-testimonial-slider .image-section {
    width: 50%;
}

.elementor-widget-testimonial-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 90vh;
    object-position: top center;
}

.elementor-widget-testimonial-slider .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 1;
    font-size: 0;
}

.elementor-widget-testimonial-slider .splide__arrows button {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background-position: center center;
    background-repeat: no-repeat;
    height: 89px;
    width: 89px;
}

.elementor-widget-testimonial-slider .splide__arrows button:focus {
    outline: none;
}

.elementor-widget-testimonial-slider .splide__arrows button.splide__arrow--next {
    background-image: url(/wp-content/uploads/2022/08/slider-arrow-red-right.svg);
}

.elementor-widget-testimonial-slider .splide__arrows button.splide__arrow--prev {
    background-image: url(/wp-content/uploads/2022/08/slider-arrow-red-left.svg);
    border-right: 1px solid #eee;
}

@media screen and (max-width: 1280px) {
    .elementor-widget-testimonial-slider .content-section div.testimonial {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .elementor-widget-testimonial-slider .content-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .elementor-widget-testimonial-slider .content-section div.testimonial {
        font-size: 18px;
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .elementor-widget-testimonial-slider .content-section .position {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .elementor-widget-testimonial-slider .content-section div.testimonial:before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .elementor-widget-testimonial-slider li.splide__slide {
        display: flex;
        flex-direction: column;
    }

    .elementor-widget-testimonial-slider .image-section {
        width: 100%;
        height: 550px;
        background-color: #E93735;
    }

    .elementor-widget-testimonial-slider .content-section {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .elementor-widget-testimonial-slider .content-section div.testimonial {
        font-size: 16px;
        font-weight: normal;
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .elementor-widget-testimonial-slider .content-section .name {
        font-size: 16px;
        font-weight: bold;
    }

    .elementor-widget-testimonial-slider .content-section .position {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .elementor-widget-testimonial-slider .splide__arrows {
        right: 30px;
        z-index: 1;
    }

    .elementor-widget-testimonial-slider .splide__arrows button {
        border: none;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        background-position: center center;
        background-repeat: no-repeat;
        height: 60px;
        width: 60px;
    }
}

@media screen and (max-width: 560px) {
    .elementor-widget-testimonial-slider .image-section {
        height: 350px;
    }
}