Add a section to your page and put an image and a rich text widgets onto it.
2. Then click on Gear button on the section and go to "Additional CSS" editor
3. Add the following code in the opened window and click on "Save":
.ddr-page-column {
align-items: center;
}
That's it! Now you text is centered to the image.