/* Карточка растягивается */
.t-catalog__card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Контент карточки */
.t-catalog__card__wrap_txt-and-btns {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Кнопки всегда прижаты вниз */
.t-catalog__card__btns {
    margin-top: auto;
}