Show template part if part of term

Try this

if( has_term('pude', 'produkttype') || has_term('senge', 'produkttype')) {

   get_template_part( 'partials/sections/section', 'trustpilot' );

}