.t-new-grid {
  row-gap: 16px !important;
}

.t-store__card {
  margin-bottom: 16px !important;
}

@media (max-width: 640px) {
  .t-store__card {
    margin-bottom: 12px !important;
  }
}