.content-blocks {
  display: grid;
  column-gap: 3.2rem;
  row-gap: 3.2rem;
  grid-template-rows: auto;
}
