JST Sound Design Bundle
img { width: 100%; height: auto; display: block; border-radius: 8px; } .new-product-row { display: flex; align-items: center; max-width: 100%; margin: 30px 0; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); } .new-product-row:nth-child(even) { flex-direction: row-reverse; } .new-product-row:last-of-type { border-bottom: none; padding-bottom: 0; } .new-product-row img { margin: 10px; max-width: 40%; margin-right: 40px; flex-shrink: 0; } .new-product-row .new-product-text { display: flex; flex: 1; flex-direction: column; flex-grow: 1; margin: 10px; } /* Container for wrapping grid */ .product-grid { display: flex; flex-wrap: wrap; justify-content: center; } /* Individual item card */ .two-col-item { flex: 1 1 25%; max-width: 25%; box-sizing: border-box; padding: 1em; text-align: cen