If you wish to change the order of elements on half map results, put the map after the list, you can apply this custom css solution

@media only screen and (max-width: 991px){
.full_map_container .row {
display: flex;
flex-direction: column;
}
#google_map_prop_list_wrapper {
order: 2;
}
#google_map_prop_list_sidebar {
order: 1;
}
.admin-bar #google_map_prop_list_sidebar, 
.admin-bar #google_map_prop_list_wrapper {
top: 0px!important;
}
}

Help to add custom  css - https://help.wprentals.org/article/3029/