Dear Henryk Kusztelak,
Please open file (/templates/sj_financial/layouts/main-right.xml) and find this code
<spotlight5 html5tag="section" order="10" id="yt_spotlight5">
<positions>
<position class="span9" data-tablet="span12" data-mobile="hidden" style="ytmod" type="modules">bottom5</position>
<position class="span3" data-tablet="span12 hidden" style="ytmod" type="modules">bottom6</position>
</positions>
</spotlight5>
Change to:
<spotlight5 html5tag="section" order="10" id="yt_spotlight5">
<positions>
<position class="span6" data-tablet="span12" data-mobile="hidden" style="ytmod" type="modules">bottom5</position>
<position class="span6" data-tablet="span12 hidden" style="ytmod" type="modules">bottom6</position>
</positions>
</spotlight5>
Thanks!