/* T123: выровнять текст карточек влево и убрать встроенные отступы */
#rec1512583703 .t-card__title,
#rec1512583703 .t-card__descr,
#rec1512583703 .t-card__text,
#rec1512583703 .t-name,
#rec1512583703 .t-descr,
#rec1512583703 .t-text,
#rec1512583703 p {
  text-align: left !important;
}

/* На всякий случай: контейнеры карточек без лишних паддингов */
#rec1512583703 .t-card__content,
#rec1512583703 .t-card__container,
#rec1512583703 .t-card__wrap_txt-and-btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Мобилка — фиксируем то же поведение */
@media screen and (max-width: 640px){
  #rec1512583703 .t-card__title,
  #rec1512583703 .t-card__descr,
  #rec1512583703 .t-card__text,
  #rec1512583703 .t-name,
  #rec1512583703 .t-descr,
  #rec1512583703 .t-text,
  #rec1512583703 p {
    text-align: left !important;
  }
}
