How can I Tackle down this layout for mobile and desktop size?

As you can see my issue is on how to make these 2 buttons appear at the bottom of the testimonials when going to mobile size, there won't be an issue if I just make this layout work as it is, but then the 2 buttons will have to stay at the top of the testimonials, as drawn with purple marker, any way to tackle this down?
No description
2 Replies
MarkBoots
MarkBoots•7mo ago
use css grid to layout the 3 components. That way you can assign different rows/columns/areas to the elements for the desktop and mobile view
Harun
Harun•7mo ago
how did i forget about grid layout, damn it, using grid areas for different screen sizes i can position them anywhere i want, thank you very much 😄