.thirdSectionCardHeader {
    color: var(--main-grey);
	height: 21px;
}

.square {
    position: relative;
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.squareContent {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cardsTemplate3CardTitle {
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
}

.cardsTemplate3TeamLogo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
	width: 100%;
	height: 100%;
}

.cardsTemplate3 .squareContent {
    background-color: var(--light-grey);
}

.cardsTemplate3TeamsName {
    font-size: 18px;
    font-weight: bold;
}

.cardsTemplate3Text {
    color: var(--main-grey);
}

.cardsTemplate3ContinuaALeggere a {
    text-decoration: none;
    color: var(--main-color);
    font-weight: bold;
}




@media screen and (max-width: 991px) {
    .cardsTemplate3TeamsName {
        font-size: 24px;
    }

    .cardsTemplate3CardTitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cardsTemplate3TeamsName {
        font-size: 20px;
    }

    .cardsTemplate3CardTitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .cardsTemplate3TeamsName {
        font-size: 16px;
    }
}