Accessibility keyboard tabbing (:focus) how to remove links from images?

Hi. To improve accessibility for users who use a keyboard, I’m looking to remove the links from images in modules when they are tabbing (so within the focus of a class), but am struggling to find the relevant classes.

I’m trying to do this for images within all the post modules.

When you keyboard tab it looks to select through the whole carousel before than highlighting the title link. So impossible to see where the selection is, hence removing the image links for those users.

I’ve seen that adding - cursor: default; and pointer-events: none; - to the class will do the job, but can’t work out what classes for :focus

Or if that’s the right way to do it?

Any ideas?

Thanks in advance!