/* Десктоп — без переноса */
@media (min-width: 981px){
  .t-card__title{
    white-space: nowrap;
  }
}

/* Мобильная — перенос разрешён */
@media (max-width: 980px){
  .t-card__title{
    white-space: normal;
  }