/* Фон статей в блоге */
.t-feed__post-popup {
    background-color: #f4f5f5 !important;
}

/* Чтобы и внутренние контейнеры не были белыми */
.t-feed__post-popup__container,
.t-feed__post-popup__content-wrapper,
.t-feed__post-popup__text-wrapper {
    background-color: #f4f5f5 !important;
}



.t-feed__post-popup * {
    background-color: transparent !important;
}

@media screen and (max-width: 640px) {
  .t1025__contentwrapper {
    align-items: flex-start !important;
  }

  .t1025__title,
  .t1025__descr,
  .t1025__title p,
  .t1025__descr p {
    text-align: left !important;
  }
}