/* КАРТОЧКИ ПОТОКОВ */
/* Заголовок поста в попапе Потоков */
.t-feed h1.js-feed-post-title,
.t-feed .t-feed__post-popup_title {
    font-family: "Manrope", sans-serif !important;
    font-weight: bold !important;
    font-size: 50px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

/* Основной текст в постах */
.t-feed__post-text,
.t-feed__descr,
.t-fe-st__text,
.t-text {
    font-family: "Manrope", sans-serif !important;
}

/* Дата поста */
.t-feed .t-feed__post-popup_date,
.t-feed .js-feed-post-date,
.t-feed .t-uptitle,
.t-feed .t-uptitle_sm {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
}

/* Тег/раздел поста ("Недвижимость") */
.t-feed .t-feed__post-popup_tag,
.t-feed .t-uptitle_xs {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
}

/* НА ГЛАВНОЙ MEDIA МЕНЯЕМ 1 по очереди БЛОК  */
/* Ограничиваем поток до 8 колонок */
#rec1693805741 .t-feed,
#rec1693805741 .t-feed__container,
#rec1693805741 .t-container {
    max-width: 820px; /* 8 колонок */
    margin-left: auto;
    margin-right: auto;
}

/* НА ГЛАВНОЙ MEDIA МЕНЯЕМ 3 по очереди БЛОК  */ 
/* 2 карточки в ряд */
@media (min-width: 980px) {
#rec1693805741 .t-feed__post {
    width: 45% !important;
    max-width: 45% !important;
}
#rec1693805741 .t-feed__post {
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
}
}

/* Потоки: аккуратно сужаем разделы */
.t-feed__parts-switch-wrapper {
  max-width: 800px;          /* регулируй: 640 / 680 / 720 */
  margin-left: auto;
  margin-right: auto;
}

/* Расстояние между разделами и карточками */
.t-feed__parts-switch-wrapper {
  margin-bottom: 10px !important; /* попробуй 12 / 16 / 24 */
}