is it possible to get column_3 to look like this? I tried display:none on so many elements but idk if I'm doing something wrong 😅

Try this {
h2,
> br,
> a,
,
,
,
,
,
,
,
,
{
display: none;
}
}
You'll still have to position the remaining item, but that code should hide all the other items!
always saving me from evil coding 🙏🏻 thank you!