.logo-box img{
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.fa-wifi2:before{
    content:"\e585"
}
.mp-qrcode{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.mp-qrcode img{
    border-radius: 10px;
}