.t-feed__buttons-wrapper {
    margin-top: 60px;
}

@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_inrow1 .t-feed__post:first-child, .t-feed__container_inrow2 .t-feed__post:nth-child(-n+2), .t-feed__container_inrow3 .t-feed__post:nth-child(-n+3), .t-feed__container_inrow4 .t-feed__post:nth-child(-n+4) {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 960px) {
    .t-section__title {
       padding-bottom: 40px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-btn_md {
        width: 260px;
        font-size: 14px;
    }
}

.t-feed__col-grid__post-wrapper{
    border:1px solid;
    border-color: #f0f0f0 !important;
}

.t-col {
    margin-right: 0px;
}

.t-feed__post-popup__tag {
    display: none;
}