.js-feed-post-title, .t-feed__post-popup__title {
font-size: 16px;
  line-height: 2;
}

.js-feed-popup-title, .t-feed__post-popup__close-text {
font-size: 10px;
  line-height: 2 !important;
}

@media screen and (max-width: 640px) {
.t-feed__post-popup__close-wrapper{
justify-content: flex-start !important;
padding: 20px 40px !important;
}

.js-feed-post-title, .t-feed__post-popup__title {
font-size: 10px;
  line-height: 2;
}

.js-feed-popup-title, .t-feed__post-popup__close-text {
font-size: 7px;
  line-height: 2 !important;
}
}