Currently in the process of developing a web application, I am facing challenges with my CSS panels constantly shifting around unexpectedly. These panels feature an image with a 4:3 aspect ratio along with a description section. While they appear stable at times, adding new products to the catalog causes them to act up. Avoiding a fixed height is crucial for responsiveness, but crafting media queries for every viewport seems like too much work for me. https://i.sstatic.net/aU3Nk.png Utilizing Bootstrap 4 for this project, I'm reaching out to any experts who might have some guidance on how to tackle this issue. The website can be accessed at lunchmagic.co.ke for inspection of the code. Thank you