.wrapper{
  display: grid;
  grid-template-columns: 1fr;
}

.section{
  display: grid;
  justify-content: center;
  gap: 12px;
  grid-auto-flow: column;
  margin-top: 2em;
}