i think ure using the wrong css selector
i think this one is correct:
https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator
when inspecting the html make sure u target the right .col , the html elements you target need to be siblings, meaning they need to be in the same parent element and next to each other