Hi
You can solve modifying the footer slogan position so you can have a new position called slogan1
Goto this file templatesja_beranistplsblocksspotlight1.php around line 30 you have
<jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
change it to
<jdoc:include type="modules" name="<?php $this->_p('slogan1') ?>" style="raw" />
save the file
goto this file templatesja_beranistemplateDetails.xml
and add the new position
<position>slogan1</position>
now you will have a new position called slogan 1 where you can publish your module
These changes will be applied if you are using the default layout
I tried it on localhost and it worked , let me know if it works for you too