I need help moving something only on my home page. "featured collection"

Hey guys, can anyone help me to move the word featured collection up the blue line so it’s a bit more centered? I only want it to move up on the main page and for it not to affect any of my other pages on the website. The theme is debut.

Thanks guys!

Store link: https://xsiist.myshopify.com/
Pass: fafaor

Welcome to shopify community.

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

@media only screen and (min-width: 750px)
.index-section {
padding-top: 0;

}