@media (max-width: 768px) {
  .uc-custom-fr205 .t-container .t-col {
    width: 50% !important;
    float: left;
  }
}
@media (max-width: 480px) {
  #rec866407804 .t-container,
  #rec866407804 .t-gallery,
  #rec866407804 .t-records {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  #rec866407804 .t-card,
  #rec866407804 .t-gallery__item,
  #rec866407804 .t-item {
    width: calc(50% - 10px) !important; /* Две карточки в ряд с отступами */
    margin-bottom: 10px !important;
  }
}
@media (max-width: 480px) {
  #rec866407804 .t-card__text {
    font-size: 14px !important; /* Уменьшаем размер шрифта */
    line-height: 1.2 !important; /* Делаем строки компактнее */
  }

  #rec866407804 .t-card__text span {
    display: none !important; /* Можно скрыть часть текста, если он в  */
  }
}



