Reduce padding from about section in debut theme

I am wanting to reduce the amount of padding between the hero image and the about me text (where it says “Meet Frank” as it is currently appearing not centre aligned.

Thankyou!

Try adding this code to the bottom of theme.css

#shopify-section-1641964678c8ac255a {
  padding-top:0;
}

Thankyou!

@web-designer1

You are welcome!