
/*COMPONENTE BOX VANTAGGI*/

.box-vantaggi .ta-heading.ta-heading--h3{
    font-weight: 300 !important;
}

.tm-dm-offerta .ta-do-heading{
    font-weight: 400 !important;
}

@media(max-width:768px){
    .tm_pb-15mobile {
        padding-bottom:15px!important;
    }
}

@media(max-width:768px){
    .tm_pt-15mobile {
        padding-top:15px!important;
    }
}

@media(min-width:48em) {
    .ta-heading.ta-heading--h3.title-boxes {
        font-size: 32px;
    }
}
@media (max-width:768px) {
    .enterprise_right {
        width: 100% !important;
        padding: 20px !important;
    }
}

.enterprise_right {
    padding: 3.2rem calc(1/12*100vw);
    width: 50%;
    background-color: #EBEFFF;
}

.tick_list_e {
    -webkit-column-count: 1 !important;
    padding: 5rem calc(1/12*100vw) !important;
}

.paragraph_list {
    font-size: 14px;
    color: black;
}
.ta-heading.ta-heading--h3.title-boxes {
    font-weight: 300 !important;
}
.tm-card-vantaggi .ta-heading {
    font-weight: 300 !important;
}

.tm-card-vantaggi {
    border-right: none !important;
    border-radius: 8px !important;
    margin-right: 1rem;
}

.tm-card-vantaggi__v-wrapper {
    margin-top: 10px;
}

.ta-carousel-arrows--theme-dark .ta-carousel-arrows__arrow-prev{
    border-top-right-radius: 8px !important;
}
.ta-carousel-arrows--theme-dark .ta-carousel-arrows__arrow-next {
    border-bottom-right-radius: 8px !important;
}

/*COMPONENTE BOX VANTAGGI END*/
