#rec696173877 .t-card__descr.t-descr {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#rec696173877 h3.t-card__title {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#rec696173877 .t-card__col {
    min-height: 900px;
    display: block;
}
#rec696173877 .t-card__col img {
    height:600px;
    object-fit: cover;
} 