.endorsements-card {
	width: 40%;
	height: 186px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}
.custom_mil {
    font-size: 30px !important;
}
.endorsements-card__title {
    margin: 0;
    color: var(--e-global-color-231ef25);
    font-size: 35px;
    font-weight: 600;
    line-height: 36px;
	letter-spacing: -1.5px;
}

.endorsements-card__body {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
	color: #fff;
}
.endorsements-card__description {
    color: #ffffff;
    font-size: 18px;
	font-weight: 600;
    line-height: 21px;
}
@media (max-width: 768px) {
    .endorsements-card__polygon {
        display: none;
    }
    .endorsements-card {
        height: 149px !important;
    }
    .endorsements-centenario__list .slick-track {
        display: flex;
        gap: 20px;
    }
	.endorsements-centenario__list .slick-list {
        padding: 0 35% 0 0;
    }
	.endorsements-card__title{
		font-size: 28px;
		font-weight: 700;
		line-height: 28.8px;
	}
    .endorsements-card__description, .endorsements-card__body {
        font-size: 14px;
		line-height: 16.73px;
		font-weight: 500;
    }
    .endorsements-card__title--mobile {
        font-size: 40px;
        line-height: 25px;
        color: #fff !important;
		font-family:var(--e-global-typography-primary-font-family);
		font-weight: 400;
    }
    .endorsements-card__description--mobile,
    .endorsements-card__body--mobile {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        text-align: left;
    }
    .endorsements-card {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 13px;
        justify-content: center;
        position: relative;
    }
    .text-container--mobile {
        display: flex;
        flex-direction: column;
    }
/*     .endorsements-card:nth-child(3) .endorsements-card__title{
        color: #fff !important;
    }
	.endorsements-card:nth-child(3) .endorsements-card__description{
		color: #fff !important;
	}
    .endorsements-card::after {
        content: "";
        background-image: linear-gradient(100deg, #00000050 0%, #00000024 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        border-radius: 10px;
    } */
    .endorsements-card__title--mobile,
    .text-container--mobile {
        z-index: 1;
    }
}
