The progress I have made on the structure of the html alongside the use of class names trying to adhere to BEM standards. Also using variables in css which allows for better uniformity and ease of use.
What challenges did you encounter, and how did you overcome them?The image needed 100% width on the mobile version. However the padding in the pareent element was stopping this from happening.
To adapt to this I made an div that encompassed the other elements and gave that apdding. while using media queries to fix the other parts.
Any feedback is welcome!