Thanks for writing in! It’s because you are using the Map within RAW Content and set float:left. There is map element in Cornerstone that you should use. However to fix this for now; you can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 767px) {
.wpgmza_map {
float: none !important;
}
}