Change order of images and text for mobile view on Debut

Hello community,

I want to change the order of images and text on the mobile version on my website.

I want the photo on the bottom to be between the 2 text elements.
The change needs to be done to some but not all photos on the site.

The URL of my site is: https://cescosstudios.com/

Thank you very much!

@FrancescoPaulke

Please share your stroe front password.

Thanks!

Tha password is Studios2021

@FrancescoPaulke

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 749px){
.custom__item--b88b8f50-c4a7-4c8a-869c-71f56da2dfdd{order: 4;}
.custom__item--cf70b9fd-799d-42b6-9718-378e3b3dd49c{order: 5;}
.custom__item--d45d604c-b2eb-498a-91e2-bc0871a39918{order: 6;}
}

Thanks!