.t-store__grid-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.t-store__card {
  width: 45%;
}
