.container {
  display: grid;
  grid-template-columns: repeat(3, 180px);
  gap: 20px;
}
