Centering image in colums


I need to center the image in the 2nd column. I try using flex it do the job but the problem is the columns are no longer responsive. the image is just getting smaller in the smaller breakpoints and the columns are not stacking vertically.

Flex is definitely the way to go. On your smaller breakpoint you will need to swap from flex row to flex column, and they will start stacking.

that’s practical thanks!!!