Hi there,
1. Is it all images within the content you want to hide? Or just selective images? Let me know – could you also link me to a post where i can see the content.
2. In the Block Editor select the Column you want the content to be centered, on the Settings Sidebar > Advanced –> Additional CSS Class(es) add: mobile-center
Then add this CSS to Customizer > Additional CSS:
@media (max-width: 768px) {
.mobile-center {
text-align: center;
}
}