.uc-hoverable .t-card__col {
    filter: grayscale(100%);
}

.uc-hoverable .t-card__col:hover {
    filter: grayscale(0%);
}
