How to adjust product page padding in Debutify theme?

@TBNP22 here is the correct code, sorry about my previous reply, that was broken.

#shopify-section-template--14496620183681__main .product-single__meta--wrapper { padding-left: 16%; padding-right: 7%;} @media screen and (min-width:320px) and (max-width:767px) { #shopify-section-template--14496620183681__main .product-single__meta--wrapper{ padding-left: 6%; padding-right: 1%; } }