@hoiung: What you can do is Create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin. After creating a child theme Go to => Child Theme folder => functions.php and add the following Code.
add_post_type_support( 'page', 'excerpt' );
After adding the code, Go to edit a page. At the top right corner you will see Screen Options, Click on it and check the Excerpt field. After checking the excerpt field you will see an excerpt box at the bottom of the page. Here you can manually add the excerpt text you want to show up. This way you can control the excerpt appearing on the featured content section.
Let me know if this helps you out!
Kind Regards,
Skandha