Child Theme not loading multiple stylesheets

The get_template_directory_uri() function returns the URL to the root theme.

If a child theme is used and you want to return the URL to the current child theme, use get_stylesheet_directory_uri() instead.

https://developer.wordpress.org/reference/functions/get_stylesheet_directory_uri/