It looks like you're using the JA ACM: Hero block in that section, but I'm not sure which specific style is applied.
To make the button links open in a new tab, you can edit the following two PHP files located in:
/templates/ja_vega/acm/hero/tmpl/
Look for the <a> tags and update them by adding target="_blank". For example:
<a href="<?php echo $helper->get('btn-link'); ?>" target="_blank" class="btn btn-primary" data-aos="fade-up" data-aos-delay="100"><?php echo $helper->get('button') ?> <i class="fas fa-arrow-right"></i></a>