.testimonial-wrapper {
    display: flex;
    gap: 40px;
}

.js_composer_slider_item_image {
    min-width: 40%;
}

.js_composer_slider_item_image img {
    max-height: 100%;
    width: 100%;
    max-width: 430px !important;
    height: 100% !important;
    max-height: 430px;

}

.js_composer_slider_item_image p {
    margin-top: 20px !important;
    border-left: 2px solid #FFAF16;
    padding-left: 8px;
    line-height: 1.2;
}

.js_composer_slider {
    height: auto;
    min-height: 300px;
}

.js_composer_slider_item_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.js_composer_slider_item_content {
    width: 100%;
}

.js_composer_slider_item_content_author {
    position: relative;
    justify-content: space-between !important;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
}

.icon-right-quote:before {
    content: "\e904";
    font-family: 'icomoon-quote';
    /* position: absolute;
    right: 0; */
    background-color: #FFAF16;
    padding: 0px 17px;
    border-radius: 12px;
    font-size: 17px;
    align-items: center;
    height: 50px;
    display: flex;
    justify-content: center;
    /* top: -36%; */

}

.swiper-nav {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    left: 66%;
    bottom: 19px;
}

.js_composer_slider_nav_next,
.js_composer_slider_nav_prev {
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    margin-top: 0px !important;
    left: 0 !important;
    height: 100% !important;
}

.js_composer_slider_nav_prev:after {
    content: '' !important;
    background-image: url(https://chc.madcraft.digital/wp-content/themes/visual-composer-starter-child/assets/images/Prev.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.js_composer_slider_nav_next:after {
    content: '' !important;
    background-image: url(https://chc.madcraft.digital/wp-content/themes/visual-composer-starter-child/assets/images/next.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.js_composer_slider-pagination {
    position: relative !important;
    bottom: 0px !important;
}

@media (max-width:575px) {
    .js_composer_slider_item_image img {
        height: auto !important;
    }

    .testimonial-wrapper {
        gap: 0px;
    }
}