Thanks for the info.
Not sure if you have other 3rd party extension installed on your site as there is additional style added for the clearfix class on this page.
I added the following custom CSS code to override it:
.course_view_teacher .teacher_row_guru .teacher_info .clearfix {
visibility: unset !important;
}
The course list is visible now.
Kindly check.