You need to remove margin-top: -250px from Gap element. To do that please assign Id to gap element and then use following code under Custom > CSS in the Customizer:
@media only screen and (max-width: 500px) {
hr#remove-margin {
margin: 0 !important;
}
}