Making gaps of 'Multiple images with text' section consistent

As I scroll through, there is a gap between the scrolling arrows and the subheading ‘Our Proprietary Blend’ and it constantly fluctuates. How do I minimize the gap and make it consistent as I scroll through?

Hi @btwu10

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .prose{ height: 0; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .prose.is-selected { height: auto; }

For some reason when I try to add this code to the Theme Settings Custom CSS, the theme won’t let me save. Is there anywhere else I can add this code like in the edit code portal?