.t-store__card {
  font-family: 'Nunito Sans', sans-serif; /* ваш шрифт */
  border-radius: 8px;
   box-shadow: 0 0 0 1px rgba(122, 33, 15, 0.1);
}

/* Применяем Nunito Sans ко всем блокам магазина ST320N */
.uc-t-store {
  font-family: 'Nunito Sans', sans-serif;
}

.uc-glavcatalog{
    padding-top: 1px;
}

.t951__grid-cont{
    gap:1%;
}

.t-store__stretch-col_25{
    width: 24%;
}

@media screen and (max-width: 960px) {
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 48%;
    }
    .t951__grid-cont{
    gap:4%;
}
    }