displayed in different browsers not really correct

Hello guys!
Thanks for perfect work at first!)
Got small problem . In Firefox, microsoft edge everything is ok.
But Opera, Chrome i can see a conflict between contact form and footer. and I can not make normal alignment bacause of this…
I tried to play with contact form settings but nothing changing

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*fix send button*/
.container.wow.slideInRight {
    padding: 100px 20px;
}
#wpcf7-f1043-o1 > form > p {
    display: table;
}

Best regards,
Support.