.centegente .centegente-header .arrow-red-centegente {
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 6rem;
    height: 6rem;
}
.centegente .card-wrapper {
    padding: 10px;
}

.centegente .centegente-cards-container {
    position: relative;
    width: 68%;
    display: flex;
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding: 30px 0 40px;
}

.centegente .centegente-cards-container .quotes-open {
    position: absolute;
    top: 20px;
    left: 20px;
}
.centegente .centegente-cards-container .quotes-close {
    transform: scaleX(-1) scaleY(-1);
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.centegente .centegente-cards-container .centegente-card {
    background-color: #fff;
    margin: 60px 0 0;
    padding: 0 30px 38px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 304px;
}
.centegente .centegente-cards-container .centegente-card .centegente-card__img {
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 100px 100px 100px 100px;
    object-fit: cover;
    margin: -60px 0px 0px 0px;
}
.centegente-card__description,
.centegente-card__title,
.centegente-card__subtitle {
    margin: 0;
}
.centegente
    .centegente-cards-container
    .centegente-card
    .centegente-card__description {
    color: var(--e-global-color-text);
/*     font-family: "Raleway", Sans-serif; */
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 34px 10px 26px;
}
.centegente
    .centegente-cards-container
    .centegente-card
    .centegente-card__title {
    color: var(--e-global-color-primary);
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
}
.centegente
    .centegente-cards-container
    .centegente-card
    .centegente-card__subtitle {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 5px 0 0;
}
.centegente-cards-mobile__title {
    display: none;
}
.centegente-header__title--mobile {
    display: none;
}
.centegente .slick-list {
    margin: 0px -550px 0px 0px !important;
}
.centegente .slick-track {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .centegente {
        gap: 0;
        flex-direction: column;
        margin-top: inherit;
    }
    .centegente-header__title--mobile {
        display: block;
        line-height: 52.8px !important;
        color: #eee;
        margin: 0;
        text-align: center;
        font-size: 44px !important;
    }
    .centegente .centegente-header {
        display: none;
    }
    .centegente .centegente-cards-container {
        width: 100%;
/*         background-color: #fff; */
        border-radius: 0 0 20px 20px;
		gap: 0;
		padding-bottom: 0px; 
    }
	.centegente .slick-track {
		gap: 0px;
	}
    .centegente-cards-mobile__title {
        display: flex;
    }
    .centegente .slick-list {
        margin: inherit !important;
    }
	.centegente .centegente-cards-container::before, .centegente .centegente-cards-container::after {
		display:none;
	}

}
