Need some help removing this white space as well as the word "products"

Hey guys any way I can get rid of this big white space and also get rid of the part where it says products? I need a code that won’t change anything on the main page just need it to do it in my collections pages.

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

@tonyrss

Try this code Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (min-width: 750px) {
.main-content { padding-top: 15px !important;}
}

Thanks!

Hii, @tonyrss
Paste this code on top of the theme.scss file.

main#MainContent {
    margin-top: -45px !important;
}

Thank You.