CSS to remove the header for the sections on mobile view:
@media screen and (max-width: 479px) { .surveysparrow-survey-container--classic-form .ss_classic_top_bar .ss_classic_top_bar_section_details { display: none; } }