Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp_massage

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'servises_cat',
		'terms'            => 'item',
	),
);