This problem was solved. An extra closing div was causing this bug. Here are the details.
Works perfectly now! The <form></form> was affecting the CF7.
Thank you very much, @takayukister !
Flexbox works for me on desktop, but not on mobile.
.elementor-widget-tabs .elementor-tabs-wrapper {
display: flex;
justify-content: center;
}