@media screen and (min-width: 901px) {
    .t-title_xxs {
        font-size: 50px;
        line-height: 1.23;
    }
    .t-title {
        font-weight: 800;
    }
    .t-text_md {
        font-size: 18px;
        line-height: 1.45;
    }
    .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
        font-size: 30px;
        font-weight: 800;
    }
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
        font-size: 40px;
        font-weight: 800;
        line-height: 1.1;
        margin: 0;
    }
}

@media screen and (max-width: 900px) {
    .t-title_xxs {
        font-size: 28px;
        line-height: 1.2;
    }
    .t-title {
        font-weight: 800;
    }
    .t-text_md {
        font-size: 16px;
        line-height: 1.4;
    }
    .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
        font-size: 22px;
        font-weight: 800;
    }
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
        font-size: 22px;
        font-weight: 800;
        line-height: 1.1;
        margin: 0;
    }
}
}
@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: 30px !important;
    }
}
@media screen and (max-width: 960px) {
    .t-feed__grid-col:not(.t-slds__item) {
        margin-top: 30px !important;
    }
}