/* 3 ICONE COMPONENTE */
.box-vantaggi {
    padding: 0 calc(1/7*100vw) 5rem !important;
}

.tm-card-vantaggi__icon {
    margin-bottom: 2.8rem !important;
}

.to-carousel-vantaggi .tm-card-vantaggi {
    width: 100% !important;
    background: #001136 !important;
    color: white !important;
    border: none !important;
}

.tm-card-vantaggi__icon {
    margin-bottom: 2.8rem !important;
}

.tm-card-vantaggi__text {
    text-align: center !important;
}

.test-special {
    padding: 5rem calc(1/12*100vw) !important;
}

.tm-card-vantaggi__icon img {
    object-fit: contain!important;
}

@media (max-width: 860px) {
    .box-vantaggi {
        flex-direction: column !important;
        padding: 0 !important;
    }

    .tm-card-vantaggi {
        padding: 0 !important;
        min-height: 190px !important;
    }

    .tm-card-vantaggi__icon {
        margin-bottom: 1rem !important;
    }

    .test-special {
        padding: 3.2rem 1.6rem !important;
    }

    .box-vantaggi {
        padding: 0 1.6rem 3.2rem 1.6rem !important;
    }
}

/* END 3 ICONE COMPONENTE */
