@media (min-width: 1024px) {
.t-feed__container {
    max-width: calc(100% - 25px);
}
.t-feed__post {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(25% - 20px);
}
}


#feed-cover {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .t-feed__post-popup__relevants-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 15px; /* расстояние между карточками, можно изменить */
  }

  .t-feed__post-popup__relevants-item {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .t-feed__post-popup__relevants-item-title.t-name.t-name_xs {
    font-size: 14px !important;
  }
}
