How can I reduce space between homepage sections?

Hi, I am wanting to close up spaces between all sections on my homepage.

www.surfology.co

This is my website. I have looked up other discussions and tried to copy and paste the coding but have been unsuccessful.

Please Help!

Thank you so much

@Chris9696 - please add this css to the very end of theme.scss file and check, this will make changes on mobile too, adjust number as per need

.index-section {
    padding-top: 5px;
    padding-bottom: 5px;
}