How do I add padding to product image on product page (venture theme)

How do I add padding above the product image on the individual product pages? I do not want it that close to the top (see image below). Any help is appreciated! https://laface-skin-care.myshopify.com/?_ab=0&_fd=0&_sc=1&key=a2a35434a549b03ad233264794405b77106e71…

@JS777

yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single {padding-top: 30px;}