I am a novice in terms of CSS Grid Syntax, luckily this format was a bit more simple. The CSS and HTML for the testimonials were not difficult to create, took about an hour and a half.
Used transitions to make the transformation from mobile to desktop more pleasing to look at and added a very simple hover effect.
The one big flaw I have with my CSS is the centering of my content when its on its desktop format. I simply added the syntax: "body { margin-top:11rem }" to center it. But I know that wont be good for certain users and websites. If you want to look into the media query in my css and see what other method I could use. I would be grateful for the tip.