.js-feed-post-title {
    font-family: 'RobotoFlex';
    font-weight: 500;
    text-transform: uppercase;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    margin: 0;
    font-family: 'RobotoFlex';
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
}

.t-feed__post-popup__text-wrapper .t-redactor__text {
    font-family: 'RobotoFlex';
    font-weight: 400;
}

.t-feed__post-popup__close-text-wrapper {
    max-width: 80%;
    font-family: 'RobotoFlex';
    font-weight: 500;
}

.t-feed__post-popup__text .t-redactor__tte-view figure img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.t-feed__post-popup__content img {
    max-width: 100%;
    border-radius: 5px;
}

.t-feed__post-popup__close-wrapper {
    border-bottom: 1px solid #44464A !important;
}