.t-title_xxs {
    font-size: 28px;
    line-height: 1.23;
}

@media screen and (max-width: 768px) {
    .t-title_xxs {
        font-size: 22px;
        line-height: 1.23;
    }
}

.t-redactor__h2 {
    font-size: 22px;
}

.t-text_md {
    font-size: 18px;
    line-height: 1.55;
}

@media screen and (max-width: 768px) {
  .t-feed__post-imgwrapper {
    width: 50px;
  }
}

.t-feed__post-popup__date {
    font-size: 16px;
    color: #f00;
}

.t-feed__post-popup__tag span {
    margin-right: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid #f00;
}
