I'm currently working on a project and trying to set up a Blog page that displays various article cards in different columns. I have 4 columns in total - the first being Col-6, the second Col-4, the third Col-2, and the fourth Col-10.
The first and second columns feature highlighted articles, while the third column serves as a space for displaying writers (which is not a primary focus compared to the articles).
The fourth column contains less prioritized cards. My goal is to align the First & Second columns with the Fourth column. However, due to the length of content in the Third column, I am unable to achieve this alignment and there's a gap between them which you can see in the code snippet below.
If you want to take a look at my code, please visit: https://i.sstatic.net/nnoqo.png
You can find the full code here: https://github.com/doublechai/tfwi/blob/main/knowledge_sharing.html
Any help or suggestions would be greatly appreciated. Thank you in advance!