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