.centegente {
    margin-top: 100px; /*60px*/
    display: flex;
    gap: 20px;
}
.centegente .centegente-header {
/*     background-color: var(--e-global-color-231ef25); */
/*     border-radius: 0 20px 20px 0; */
    display: flex;
    flex-direction: column;
/*     margin: -60px 0 0; */
    padding: 90px 10px 0px 60px;
/*     gap: 20px; */
    position: relative;
/*     width: 30%; */
    height: fit-content;
}
.centegente .centegente-header .centegente-header__title {
    margin: 0;
    color: var(--e-global-color-primary);
	font-size:50px;
	line-height: 60px;
}
.centegente .centegente-header .centegente-header__description {
    margin: 0;
/*     color: #ffffff; */
/*     font-family: "Raleway", Sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.centegente .centegente-cards-container, .centegente .centegente-cards-container::before, .centegente .centegente-cards-container::after{
	background-color: var(--e-global-color-231ef25);
}
.centegente .centegente-cards-container::before {
    content: "";
    width: 430px;
    height: 100%;
    position: absolute;
    left: -47.5%;
    border-radius: 8px 0px 0px 8px;
    top: 0;
    z-index: -1;
}
.centegente .centegente-cards-container::after {
    content: "";
    width: 430px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: -47.5%;
    border-radius: 0px;
}
.centegente .slick-dots li:not(.slick-active){
	background: #fff ;
}
@media (max-width: 768px) {
	.list_testimonials {
		padding: 30px 15px 0;
		background-color: var(--e-global-color-231ef25);
	}
}