Hello there,
You may try adding the following CSS code:
@media (min-width: 1024px) {
.mphb_sc_rooms-wrapper {
display: flex;
flex-wrap: wrap;
}
.mphb_sc_rooms-wrapper .mphb-room-type {
width: 50%;
padding: 0em 1em;
}
.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
margin-top: 0;
}
}
Regards,
Andre