/* Reduce the massive padding on the hero section */ #section-1, .s-hero-section { padding-top: 10px !important; padding-bottom: 10px !important; min-height: auto !important; height: 500px !important; /* Force a fixed maximum height if padding isn't enough */ } /* Ensure the background image or container scales correctly */ #section-1 .s-background, #section-1 .s-title-container { min-height: auto !important; }