use case 2
$tax_query = array( array( 'taxonomy' => 'use_case', 'terms' => 'use 1', ), array( 'taxonomy' => 'solutions', 'terms' => 'sol 1', ), array( 'taxonomy' => 'business', 'terms' => 'bt 1', ), );
$tax_query = array( array( 'taxonomy' => 'use_case', 'terms' => 'use 1', ), array( 'taxonomy' => 'solutions', 'terms' => 'sol 1', ), array( 'taxonomy' => 'business', 'terms' => 'bt 1', ), );