Remove gap between sections Ride Theme

Hello, i have an issue where i cannot seem to remove unwanted gaps between sections. Please see the image to see my issue. It is set to bottom and top margin at 0, yet there is still a gap. My website is www.armwrestling.shop and i would love your help. Thank you in advance.

Hi @Anacondan

You have this code

@media screen and (min-width: 1280px) {
    #shopify-section-template--25152104399195__tpt_collection_list_1_WHU4XF
Specificity: (1,0,0)
 {
        margin-top: 54px !important;
        margin-bottom: 0 !important;
    }
}

That is specific to that section. Now I am not sure where that is but you might have added that before. So check first that the Collection list Custom CSS setting. If nothing is there try to search shopify-section-template--25152104399195__tpt_collection_list_1_WHU4XF in your code editor if it is hardcoded. Or maybe it is in that Collection list section under some <style> </style> code

Thanks alot for your help! appreciate it