@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 0px !important;
    }
}

.t-store__card-list {
    row-gap: 0px !important;
}