/* Уменьшаем шрифт в табах только на мобильной версии */
@media screen and (max-width: 640px) {
  .t-store__prod__text {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
}