Challenging element selection

I would like to scrape a business directory and everything is going fine until I came to the section of phone number, email, website and about company details. I can select any element I tried (text, link, etc) but no type seems to work. The title and category works fine with type "Text".

I would very much appreciate if someone could help me and give me a solution sample sitemap to apply.

{"_id":"eyeofriyadh","startUrl":["- Business Directory > div > a","type":"SelectorLink"},{"id":"company_name","multiple":false,"parentSelectors":["company_page"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"company_main_category","multiple":false,"parentSelectors":["company_page"],"regex":"","selector":".content_left div:nth-of-type(5) > a:nth-of-type(1)","type":"SelectorText"},{"id":"company_subcategory","multiple":false,"parentSelectors":["company_page"],"regex":"","selector":"div:nth-of-type(5) > a:nth-of-type(2)","type":"SelectorText"}]}

@Dopiks Hello, try to right-click on the phone/e-mail icon -> inspect and create the selectors manually based on the icon class identifiers.

Example sitemap:

{"_id":"eyeofriyadh-com","startUrl":["https://www.eyeofriyadh.com/directory/details/9926_oishii-sushi"],"selectors":[{"id":"phone","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"i.fa-phone + a","type":"SelectorText"},{"id":"e-mail","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"i.fa-envelope + a","type":"SelectorText"}]}