New divs that are created after pressing the button do not have animations

The site that I’m working on has a blog page with posts (with an animation on hover) and a LoadMore button.
The problem is that when new posts appear after that button is clicked, the hover animation does not work on them even though they have the same class as the one that were loaded on PageLoad.
I think that the problem is that EventListener from gsap only lists elements from classes that are loaded on PageLoad, give them animation and don’t readd new divs afterwards.
Did anyone had a similar issue and/or know how to solve it?
Thanks!