Hello There,
Thanks for updating in! At the moment, the spinner is gone. This must be a bug in the latest release of the Contact Form 7. There was supposed to be a spinner which will display as soon as you click on submit. You can replace the missing spinner by the way. To do that, please check it here: https://wordpress.org/support/topic/replace-ajax-loader-with-font-awsome-spinner/
And to center checkboxes in smaller screens, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media(max-width: 767px){
.wpcf7-checkbox .wpcf7-list-item{
float: none;
text-align: left;
}
}
Hope this helps. Please let us know how it goes.