.cardsTemplate2 {
    color: white;
}

.cardsTemplate2>a {
    color: white;
    text-decoration: none;
}

.cardsTemplate2Title {
    font-size: 22px;
    font-weight: bold;
}

.cardsTemplate2SubTitle {
    font-size: 16px;
    font-weight: bold;
}

.cardsTemplate2Text {
    font-size: 14px;
}

.cardsTemplate2 a:hover {
    /* color: var(--second_color); */
    /* transform: translateY(-5px); */
    transform: scale(1.2);
    transition: all ease-in 0.3s;
}