.instrument-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .instrument-card { flex: 0 1 300px; box-sizing: border-box; padding: 10px; text-align: center; }