Create a file in your theme directory /yourthemename/templates/catalog/listing/product-list.tpl (If it doesnt already exist) and enter the following in that file.
{extends file='parent:catalog/listing/product-list.tpl'}
{block name='product_list'}
{include file='catalog/_partials/products.tpl' listing=$listing productClass="col-xs-6 col-lg-4"}
{/block}
You may need to adjust some css to suit afterwards.
If for some reason you are sticking to using just the classic theme then adjust this line only in the file classic/templates/catalog/listing/product-list.tpl
{include file='catalog/_partials/products.tpl' listing=$listing productClass="col-xs-6 col-lg-4"}