Use this code to reduce length of excerpt

function wpdocs_custom_excerpt_length( $length ) { return 50; }
add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 999 );