Is there an existing issue for this?
Current Behavior
Description:
The website is not responsive on various screen sizes, particularly on mobile devices. Some of the elements are either misaligned or overflow outside the viewport.
Expected Behavior
Expected Behavior:
The website should adapt to different screen sizes seamlessly, with all elements correctly aligned and functional on smaller screens.
Actual Behavior:
- Some elements (e.g., navbar, images, or text blocks) either overlap or extend beyond the viewport.
- The layout breaks on smaller screen sizes.

Steps To Reproduce
Steps to Reproduce:
- Open the website on a mobile device or use the browser's developer tools to simulate smaller screen sizes.
- Observe the layout of the webpage.
Environment
- OS:windows 11
- Browser:chrome
Anything else?
Possible Fix:
Consider implementing CSS media queries or using a responsive framework (e.g., Bootstrap, Tailwind) to ensure that the layout adjusts properly on smaller screens.
Is there an existing issue for this?
Current Behavior
Description:
The website is not responsive on various screen sizes, particularly on mobile devices. Some of the elements are either misaligned or overflow outside the viewport.
Expected Behavior
Expected Behavior:
The website should adapt to different screen sizes seamlessly, with all elements correctly aligned and functional on smaller screens.
Actual Behavior:
Steps To Reproduce
Steps to Reproduce:
Environment
Anything else?
Possible Fix:
Consider implementing CSS media queries or using a responsive framework (e.g., Bootstrap, Tailwind) to ensure that the layout adjusts properly on smaller screens.