How can I decrease the space between gallery images and text?

I have very weird spacing between my gallery image and the text both on desktop and mobile. It is right where the homepage image is.

How can I reduce the spacing?

website is www.kimsmiley.com

Thank you.

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. assets/stylesheet.css->paste below code at the bottom of the file.
.parallax-1616009679329fd3c6 .parallax-text {
padding: 0px!important;
}
@media only screen and (max-width: 746px){
.parallax-1616009679329fd3c6 .parallax-text {
padding: 10px!important;
}
}