@media screen and (max-width:567px) {
    .Logostyle {
        width: 202px;
        margin-bottom: 15px
    }
    .box-width {
        text-align: center
    }
    header#DesktopHeader {
        display: none
    }
    header#MobileHeader {
        display: block
    }
}