Add padding or a space between product info / description and product image on Dawn (2.0)

I want to create a seperation between the product information and the product image. I am using Dawn Theme (Shopify 2.0)

link to the product page:

https://sharacocoa.com/products/%D7%A1%D7%98-%D7%90%D7%9E%D7%A1%D7%98%D7%A8%D7%93%D7%9D-1

thanks in advance for any help

Hii, @sharacocoa
Paste this code on top of the section-main-product.css file.

@media screen and (min-width: 990px)
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
    max-width: 58% !important;
    width: calc(64% - 1rem / 2);
}

.grid__item.product__media-wrapper {
    margin-left: 65px !important;
}

Thank You.

that just erases the info on the left side