I used a basic CSS3 code, to check I am able to use it without other frameworks, just on it's own.
I aimed to be mobile first and struggled most with flexbox/grid decision and setup as it turned out I was using the media queries incorrectly (starting from desktop setup instead of mobile) and then corrected it.
What challenges did you encounter, and how did you overcome them?The biggest issues were: desktop vs mobile image (.pic .imgDt .imgMb) and its adjustments, fonts, position of the whole card (.wrap) and also rounded corners for the images.
What specific areas of your project would you like help with?In the end I am happy with the outcome, however, I would have expected a more elegant solution, some of the styles I perceive as brute-force (border radius for the .imgDt and .imgMb), but currently don't know how to manage better.