Hi sperant2003
You can open this file: /templates/ja_focus/html/mod_articles_category/news-2.php
Look for this line of code - line 124:
<div class="news-medium col-md-4 clearfix <?php echo (($count-1)%3==0) ? 'clear' : ''; ?> link-<?php echo $color; ?>">
change it to:
<div class="news-medium col-md-6 clearfix <?php echo (($count-1)%2==0) ? 'clear' : ''; ?> link-<?php echo $color; ?>">