.wcu-block>.e-con-inner {
    margin-right: 0;
}


.testimonials-carousel__item {
    border: 1px dashed #fff;
    border-radius: 30px;
    padding: 35px 25px;
    max-width: 95%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    background: rgb(0 0 0 / 8%);
    color: #000000;
}

.testimonials-carousel__item p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.testimonials-carousel__item .quote-icon path {
    stroke: rgb(0 0 0 / 20%);
    fill: rgb(0 0 0 / 20%);
}


.testimonials-carousel__item h4 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
}

.testimonials-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}


.testimonials-carousel__wrapper .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: -110px;
    right: 40px;
}

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

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

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

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

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

}

.testimonials-carousel__item .quote-icon {
    position: absolute;
    right: 25px;
    top: 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: rgba(229, 229, 229, 0.3) !important;
}

.owl-dot.active {
    background: #E5E5E5 !important;
}

.services-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-list ul li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(21 107 21 / 10%);
}

.services-list__item-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;,
    font-variant: common-ligatures;,
    font-variant: common-ligatures;
    align-items: center;
    color: var( --e-global-color-secondary );
}

.services-list__item-head .text {
    font-size: 30px;
}

.services-list__item-head .price {
    font-size: 20px;
}

@media screen and (max-width: 767px) {}