Reduce margins or padding on Palo Alto theme

I am trying to reduce the white space between my page title and the rest of the page. Is there a way to reduce this padding or margin? I have the palo alto theme installed.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

URL: htpps://greatonecookie.myshopify.com

Password: Harper12

Please add below css in bottom of assets/theme.css file

#shopify-section-template–15968127910107__main .section {
padding: 0;
}
#shopify-section-template–15968127910107__main .section .rte {
display: none;
}
#shopify-section-template–15968127910107__main .section h1.page-title {
padding: 0;
margin: 0;
}

Thank you.