.testimonials-carousel__item {
    border: 1px dashed;
    border-radius: 15px;
    padding: 35px 25px;
    max-width: 95%;
    border-bottom-right-radius: 0;
    box-shadow: 15px 15px 20px rgb(0 0 0 / 5%);
    position: relative;
    background: #fff;
    min-height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-carousel__item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.testimonials-carousel__item h4 {
    font-size: 18px;
	    margin: 0;

}

.testimonials-carousel__wrapper .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.testimonials-carousel__wrapper .owl-nav button {
    width: 50px;
    height: 50px;
    background: var(--e-global-color-primary) !important;
    border-radius: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-carousel__wrapper .owl-nav button path {
    stroke: #fff;
}

.testimonials-carousel__wrapper .owl-nav button svg {
    width: 15px;
    height: 14px;
}

.testimonials-carousel__wrapper .owl-nav button:hover {
    background: var(--e-global-color-secondary) !important;
}

.testimonials-carousel__item .quote-icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
}

.testimonials-carousel__item .quote-icon svg {
    width: 100%;
    height: 100%;
}

.owl-dots {
    margin-top: 30px;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.owl-dot {
    width: 15px;
    height: 15px;
    display: block;
    background: #ffffff !important;
}

.owl-dot.active {
    background: var(--e-global-color-text) !important;
}