.custom-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%}.store-card{width:calc(33.33% - 20px);max-width:320px;padding:20px}@media (max-width:768px){.store-card{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}.custom-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}}@media (max-width:480px){.store-card{flex:1 1 100%;max-width:100%}.custom-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}}