$team_args = array(
'post_type' => 'team',
'posts_per_page' => 99,
    'tax_query' => array(
        array(
        'taxonomy' => 'company-category',
        'field' => 'id',
        'terms' => 12
        )
    ),
);
				
$team_args = array(
'post_type' => 'team',
'posts_per_page' => 99,
    'tax_query' => array(
        array(
        'taxonomy' => 'company-category',
        'field' => 'id',
        'terms' => 12
        )
    ),
);