.container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; max-width: 90%; width: 100%; margin: 0 auto; }