Hi ludo974
Both title and photo behind it have the same link so I added this CSS trick into 'custom.css' file in template on your site:
.acm-features.style-2 .bg-dark .features-title a {
display: flex;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
align-items: center;
justify-content: center;
text-align: center;
}
It should be clickable now, kindly check.