A mysterious dot has appeared on my page after adding awesome font icons, any help

I have a dot displaying on my page after adding awesome fonts, any hints? It might be to do with unordered list or CSS which I don’t seem to figure out. See my page: https://codepen.io/RDC2020/pen/ybWvBL

Thanks for your input

Solved, I just need to add

list-style-type: none;

to that particular CSS style tags to get rid of the dot whatever colour it might be.