Grid not responding the viewpoint

Hi guys
can you have a look at this for me? I am building a chart using the grid. when I change the columns in XS and SM viewports the Grid will not accommodate my requiremnets.
https://vimeo.com/1182323782?share=copy&fl=sv&fe=ci

Hello @philysgdy,

Thanks for writing in! I wonder on which page I can find this Chart using the Grid. I open most of the pages you currently have and I do not see a Chart.

Regards.

Sorry Rue
https://www.diamondfinishes.com.au/wp/wordpress/microcement-3/continuous-stone/

Hey Phil,

Your current setup is tricky to resolve. For example, your Image and text are spread apart by cells that are very far from each other in relation to the normal document flow. The Grid element excels at positioning elements

Your current setup can’t easily be fixed. It’s strongly recommend that you use the Row element and use the Columns to contain the Text and Image elements. The structure would look like this:

Row
  Column
    Image
    Text
  Column
    Image
    Text
  Column
    Image
    Text
  Column
    Image
    Text

Set the Row to 3 column layout then 50 or 100% on mobile. The columns will naturally flow that way.