/*Новости в попапах*/
.t-feed__post-popup__title {
    font-size: 25px !important;
}

.t-feed__post-popup__text {
    font-size: 18px !important;
    font-family: 'Manrope';
    line-height: 1.3;
}

/*Стиль ссылок*/
.t-redactor__text a {
    color: #737373 !important;
    border-bottom: 1px solid #737373;
    transition: all 0.2s ease-in;
}
.t-redactor__text a:hover {
    opacity: 0.7;}

@media screen and (min-width: 640px) and (max-width: 960px) {
   .t-feed__post-popup__title {
    font-size: 20px !important;
}

.t-feed__post-popup__text {
    font-size: 16px !important;
} 
}

@media screen and (max-width: 640px) {
   .t-feed__post-popup__title {
    font-size: 18px !important;
}

.t-feed__post-popup__text {
    font-size: 15px !important;
} 
}