Cant Select for type

Hello,
Can someone take a look at this site and explain to me why i cant select anything as a type (sorry for noobie querstions, first day scraping)

https://www.crunchbase.com/search/organization.companies/0cd5dd7b6e06603c07f8bc02e4e7798ac81110c7

For example, trying to select "EOS" as a type.
Thanks!

I don't have a paid account but use element selector
selector = div.component--grid-row

That will highlight each row (tick multiple)

Now go into the child selector (save and click on this element you've just created)
add text selector and it will allow you to add each column (only via row 1) DO NOT tick multiple here.

Hope that helps.