Description
Some parts of the website are not responsive on different screen sizes.
Elements either overlap, break layout, or do not adjust properly when viewed on smaller devices or medium breakpoints.
Expected Behavior
The webpage should adjust smoothly across all screen sizes (mobile, tablet, desktop) following responsive design practices.
No overlapping elements, and layout should remain consistent.
Steps to Reproduce
- Open the webpage
- Resize the browser window OR check on mobile
- Observe layout issues
Possible Solution
- Add/update media queries
- Fix flex/grid sizing issues
- Use responsive units (%, rem, vw/vh, etc.)
