
/* Контейнер карточек — flex с растяжением */
#rec2134711791 .t856__container {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

/* Каждая карточка — колонка на всю высоту */
#rec2134711791 .t856__col {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  float: none !important;
}

/* Картинка с заголовком — фиксированный блок сверху */
#rec2134711791 .t856__table {
  flex: 0 0 auto !important;
}

/* Описание тянется */
#rec2134711791 .t-card__descr {
  flex: 1 1 auto !important;
}

/* Обёртка кнопки прижата к низу */
#rec2134711791 .t-card__btn-wrapper {
  margin-top: auto !important;
}

/* Мобильная сетка */
@media screen and (max-width: 640px) {
  #rec2134711791 .t856__col {
    height: auto !important;
  }
}
</style>