#Contents article.people section ul:not(.nav_category) li {
    width: calc( ( 100% - 40px ) / 2 );
}
#Contents article.people section ul:not(.nav_category) li:nth-child(2n) {
	margin-right: 0;
}