Hi 2339730
You can open the file:
/templates/ja_vital/acm/hero/tmpl/style-1.php
Look for the code which renders buttons:
<div class="btn-action">
<?php for ($i=0; $i < $count; $i++) :?>
<?php if($helper->get('btn-link', $i)): ?>
<a class="btn btn-<?php echo $helper->get('btn-type', $i); ?>" href="<?php echo $helper->get('btn-link', $i); ?>"><?php echo $helper->get('btn-title', $i) ?> <span class="icon fas fa-arrow-right"></span>
</a>
<?php endif ; ?>
<?php endfor; ?>
</div>
add target attribute or customize as you wish.
Regards