@media screen and (max-width: 480px) {
  .js-feed-post-descr,
  .t-feed__post-descr,
  .t-descr.t-descr_xxs,
  .t-feed__button-container {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .js-feed-post-title,
  .t-feed__post-title,
  .t-name.t-name_md {
    font-weight: 600 !important;
  }
      .t-btn.t-btn_sm {
            border-radius: 40px !important;
            height: 45px;
      }  
      .t-btn_sm {
            padding-left: 40px !important;
            padding-right: 40px !important;
        }
}

