/* делаем всю карточку колонкой */
.t853__col .t-card__col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* растягиваем контент */
.t853__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* текст занимает всё доступное место */
.t853__textwrapper {
    flex-grow: 1;
}

/* кнопка уходит вниз */
.t853__col .t-card__btn-wrapper {
    margin-top: auto;
}