@media screen and (max-width: 960px) {
  .t-store__card-list[style] {
    row-gap: 10px !important; /* нужное расстояние */
    margin-bottom: 5px !important; /* Уменьшает отступ снизу у названия */
    margin-top: 0px !important; /* Уменьшает отступ сверху у цены */
  }
  
  
}

