.root {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  max-width: 60%;
  margin: 0 auto;
}