You will need to move the Container Block with the Form outside of the current container block. Probably easiest to insert a new Container Block before the one with the background image, add your shortcode and apply your styles.
For the Form layout – it will require some CSS:
@media(min-width: 769px) {
.happyforms-flex div {
flex-basis: 50%;
}
}