Custom code pointer-events:none isn't working

I’m trying to ad the custom code so the hover effect on the image doesn’t disappear when I hover over the text. I thought I found a solution with the pointer-events but it’s somehow not working for me.

This is the code I used:

.Link-Different-Worlds{ pointer-events:none; }

I’m very new to custom codes. Can somebody tell me what I’m doing wrong?

Here is my site Read-Only: Webflow - nicolas küng v2

You now have pointer-events none by default in styles. You can add it the way I added it to screenshot and it will work

That worked, thank you so much!