.layout--threecol-row.width-33-33-33 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 33.33333%));
  grid-template-rows: 1fr;
  grid-row-gap: 0px;
  grid-auto-rows: max-content;
  gap: 2%;
}

