Hey there,
Please add x-btn-block
to your submit button like
[submit "Send" class:x-btn-block]
If you want it site-wide, please add the code below in your Appearance > Customize > Custom > Global CSS
.wpcf7-submit {
display: block;
width: 100% !important;
}
Hope that helps. 🙂