Help with a custom css code for a WordPress site
-
Attn CSS Experts
Can someone pls help me with formulate a custom css code to apply the glassmorphism (GM) effect b/g to text section on the ‘Restaurant of the Month’ Slider ?

Glassmorphism code snippet
background: rgba(255, 255, 255, 0.2);backdrop-filter: blur(5px);border: 1px solid rgba(255, 255, 255, 0.1);Site link:
https://ecngx362.inmotionhosting.com/~n7e50f5/
The GM b/g should apply to both the onmouseout & onmousehover mouse action.
Thanks in advance.
-