.highlight-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}


