Social icons are not displaying on my phone (on header menu)

Hi, the social icons are not displaying on my phone. In the Shopify theme, I can see them but when I go to the website from my iPhone I cant. can you help? Will post a picture of the CSS code I have used.

URL: https://matibrnd.com/

Pass: biangu

Hi @MT27 ,

Please check the following 2 lines of css: https://www.awesomescreenshot.com/image/45627266?key=8a4f67ae80389b94885ada1787a355f3

Predicted error: above iPhone CSS property display: unset !important; did not apply to the CSS element so the icon was displayed in the wrong position
=> How to fix: you can rewrite the responsive code specifically for iPhone devices.

How do I do that?