Hi domir21,
I have updated the /templates/ja_spa/acm/features-intro/tmpl/style-1.php file line 23:
<?php if($helper->get('img-intro', $i)) : ?>
<div class="features-item cto-has-bg" style="background-image: url('<?php echo $helper->get('img-intro', $i) ?>');">
<?php else: ?>
<div class="features-item cto-no-bg" style="background-image: url('<?php echo $helper->get('img-intro', $i) ?>');">
<?php endif ; ?>
And add the following CSS code to your custom.css file:
.acm-features.style-1 .features-item.cto-no-bg {
height: fit-content;
}
Note: I have checked and see that you are using an error CSS structure and I have helped you update it.