@media screen and (min-width: 750px) {
  .product-information > .product-information__grid {
    grid-column: 1 / -1;
    width: min(1200px, calc(100% - 80px));
    justify-self: center;
  }
}
