/* Заголовок в pop-up: десктоп */
.t-feed__post-popup__container .t-feed__post-popup__title {
  font-size: 32px !important;
  line-height: 1.1 !important;
  color: #3ca0ae !important;
}

/* Основной текст в pop-up: десктоп */
.t-feed__post-popup__container .t-feed__post-popup__text {
  font-size: 17px !important;
  line-height: 1.4 !important;
  color: #1e1c51 !important;
  font-weight: 400 !important;
}

/* Мобильные: до 640px */
@media screen and (max-width: 640px) {
  /* Заголовок */
  .t-feed__post-popup__container .t-feed__post-popup__title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  /* Основной текст */
  .t-feed__post-popup__container .t-feed__post-popup__text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
  }
}

  .t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    border-left: 3px solid #3CA0AE !important;
  }
