How to adjust product page padding in Debutify theme?

You can reset the default values in media query

@media screen (min-width:320px) and (max-width:767px)
{
Add mobile default values here beneath the code I sent to you earlier.
}