Adding hover state to a container that applies to one child element

At the bottom of my /index, or top of /about, I have a dark word behind a light word.

Inside of the section word-fullSection-wrap I have word-big-wrap,
& that contains word-big-bg & word-big-front.

Since my current hover on word-big-bg stops when the cursor crosses over word-big-front, I’m looking to target that same hover state on word-big-bg, but when all of word-big-wrap is hovered over.

Is this possible with Webflow?
I think I used something like
.parentElement:hover .childElement {
dothis
}
when I coded my old portfolio.


Here is my public share link: https://preview.webflow.com/preview/fmux?utm_medium=preview_link&utm_source=designer&utm_content=fmux&preview=5f393b040154c87297bb113e0d30a78f&pageId=5f56a780f0dd33191272d827&mode=preview
(how to access public share link)