.cardsPremi {
    border-radius: 5px;
}

.cardsPremiHeader1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    background-color: var(--main-color);
    text-align: center;
    font-size: 20px;
	border-bottom: 3px solid var(--second-color) !important;
}

.cardsPremiHeader2 {
    background-color: var(--second-color);
    color: var(--main-color);
    text-align: center;

    font-weight: 600;
}



@media screen and (min-width: 768px) {
    .cardsCaratteristicheLega {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: white;
        background-color: var(--main-color);
        text-align: center;
        font-size: 14px;
        border-bottom: 3px solid var(--second-color) !important;
    }
}

@media screen and (max-width: 767px) {
    .cardsCaratteristicheLega {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: white;
        background-color: var(--main-color);
        text-align: center;
        font-size: 12px;
        border-bottom: 3px solid var(--second-color) !important;
    }
}

.cardsPremiImg>img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cardsPremiFooter {
    border-radius: 5px;
    background-color: var(--main-grey);
    color: white;
    font-weight: 300;
    text-align: center;
}

.cardsCaratteristicheFooter {
    border-radius: 5px;
    background-color: var(--main-grey);
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
}