.mphb_sc_checkout-wrapper {

}
.mphb_sc_checkout-form {

}



@media screen and (min-width:768px) {


}

@media screen and (min-width:1360px) {

    .mphb_sc_checkout-form {
        display: grid;
		grid-template-columns: repeat(12, 1fr);
		gap: 20px;
		align-items: start;
    }
    .mphb-booking-details.mphb-checkout-section {
        grid-column: 1 / 7;
        grid-row: 1 / 2;
    }
    .mphb-room-price-breakdown-wrapper.mphb-checkout-section {
        grid-column: 1 / 7;
        grid-row: 2 / 3;
    }
    .mphb-checkout-section.mphb-customer-details {
        grid-column: 7 / 13;
        grid-row: 1 / 3;
    }
    

}