@media screen and (max-width: 960px) {
  .t-feed__container_inrow3 .t-feed__post:nth-child(-n+3) {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 960px) {
  .t-feed__grid-col:not(.t-slds__item) {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 960px) {
.t-feed__container .t-feed__parts-switch-wrapper {
    margin-bottom: 10px;
}