How can I improve my comment form layout?

Hi guys,

I would like to :

1- align email input box to be next name.

2- re-locate message box to be under name and email.

3- reduce gap.

4- any other suggested styling.

Thank you

allianceautoproducts.com

@Alliance
Hello,

.comment-form .grid__item.medium-up--one-half {
	width: 48.5%;
}
.comment-form .grid__item {
  width: 98%;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This

Can we do it for Mobile View? It is a mess.

Thank you