This template supports spotlights block, you can add into the layout you're using.
I assume that you're using default layout as demo site, you can open the file:
/templates/ja_lawfirm/tpls/default.php
Load the spotlight-2 block as below:
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?php $this->loadBlock('header') ?>
<?php $this->loadBlock('masthead') ?>
<?php $this->loadBlock('sections') ?>
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('spotlight-2') ?>
<?php $this->loadBlock('navhelper') ?>
<?php $this->loadBlock('footer') ?>
</div>
Now, navigate to Backend > Extensions > Templates > Layout tab:
Then you can assign modules to: position-5 and position-6 as you wish.