    @media screen and (min-width: 900px) {
        .t-text{
            font-size: 18px!important;
        }
        .t-title_xxs{
            font-sixe: 28px!important;    
        }
        .t-feed__post-popup__cover-wrapper {
            background-color: #EBEBEE;
            border-radius: 12px;
        }
    }
    @media screen and (max-width: 900px) {
        .t-text{
            font-size: 16px!important;
        }
        .t-title_xxs{
            font-sixe: 20px!important;    
        }
    }
    .t-text{
        font-weight: 400!important;
    }
    .t-title_xxs{
        text-transform: uppercase; 
        font-weight: 500!important;
    }
    @media screen and (max-width: 640px) {
        .t-slds__arrow-withbg {
            height: 32px !important;
            width: 32px !important;
        }
}