How can I reduce image padding in the Debut theme custom section?

I have added an image through custom section in debut theme! I want to reduce the padding above and below the image! Please tell me the how to do it?

Hello aneesumar722,

Please share your site url.

So that i can check and let you know the exact solution here.

dozypaw11.myshopify.com

Password: kraeck

See the space between dozypaw logo and the description about dozypaw

Please help me with that.

Hello aneesumar722,

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

#shopify-section-1590396196784 {
    padding-bottom: 0px !important;
}
#shopify-section-1590155997408 {
    padding-top: 0px !important;
}