I've been working on creating a rotating table of cards using owl-carousel and bootstrap for my webpage, but I'm facing an issue with card heights not being uniform. I want all the cards to have the same height for a more streamlined and professional look when adding more carousels later. I suspect this can be fixed in the CSS, but I'm struggling to achieve consistent heights among the cards. In a previous version of my page, I was able to accomplish this, but now I seem to be stuck.
For reference, I've provided snippets of the HTML, CSS, and JavaScript codes, as well as an image showing the current display. The live webpage where the original code is hosted can be viewed at this link. Please focus on the technical aspects rather than critiquing the design itself, as this site serves as a live resume project for me. By examining this page, you can see how I had achieved the uniformity of card heights previously and what I aim to replicate again.