decrease space navigation menu and main content

i want to decrease space between navigation menu and call to action and main content see screenshot

Hi @jvkvamsi,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.container.main-content-area {
    margin-top: 10px;
}

Best Regards,
Movin