grid-template-columns: repeat(auto-fit, 1fr); gap: 16px;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px;