eglais
Hi
In the mobile the header use white background and your logo is also using a white font color that result its showing only icon as its in blue color.
It happened due to small size of mobile it can not fit all items.
Add this code in custom.css file
@media(max-width:468px){.logo-image img {
max-height: 52px;
}}
it will reduce some logo height to fit all elements fine.