.container{display:grid;padding:0;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));grid-auto-rows:1fr}
