Dawn theme: Product Media Grid ( 2columns needed)

Hello, can you help to make images in 2 columns on desktop version (see attachment).

Link to the site: https://bit.ly/3RmAfJb

@nd500

oh sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-main-product.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.product__media-item:first-child {
    width: calc(50% - 1rem / 2);
}
}