$(function(){
    $('.two-column-1:nth-child(2n)').css('padding-right', 0);
    $('.three-column-1:nth-child(3n)').css('padding-right', 0);
});
