/* Заголовок поста */
.t-feed__post-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1.4 !important;
}

/* Текст поста */
.t-feed__post-text {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

/* Дата */
.t-feed__post-date {
    font-size: 14px !important;
    color: #777 !important;
}

/* Расстояние между постами */
.t-feed__post {
    margin-bottom: 40px !important;
}
