Aligning image and text in "image with text" section on Spark Theme

Hi,

I’d like to align image and text on “image with text” section on Spark Theme. I’m working on the demo right now, haven’t purchased yet.

All the best,

Laura

Are you looking for something like this? https://i.imgur.com/ddbCJOt.png
This is completely editable, refer:
.image-with-text__inner{
align-items: center;
}
.image-with-text__text-container{
text-align: center;
align-items: center;
}
.image-with-text__text-container .image-with-text__button{
margin-left: auto;
}
Hope it helps!