You can add float: left to this –
.af-form-wrapper {
float: left !important;
}
Add the above to your css file.
You’ll notice the rest of your content jumping up on the right side of the form after you do this. You would need to separate everything by adding clear: both; to the next set of content so it shows up on its own line rather than mixed in with the form.