Hi artnightstyle
You can do this adding a new style for features-intro style-3 and naming it features-intro style-5
To do this copy these files
▸ templates ▸ ja_space ▸ acm ▸ features-intro ▸ tmpl ▸ style-3.php
▸ templates ▸ ja_space ▸ acm ▸ features-intro ▸ tmpl ▸ style-3.xml
In the acm folder and rename them as style-5.php and style-5.xml
in file style-5.php find this code and add to it the pull-left and pull-right tag
<div class="col-xs-12 col-md-6 pull-right">
<div class="features-image ja-animate" data-animation="fadeIn" data-delay="800">
<img src="<?php echo $helper->get('img-features'); ?>" alt="<?php echo $moduleTitle; ?>"/>
</div>
</div>
<?php endif ; ?>
<div class="col-xs-12 col-md-6 pull-left">
<div class="features-item">
Create a new module as style features-intro style-5
Hope it helps