.offcanvas-desktop {
    width: 100% !important;
    }
@media screen and (min-width: 1520px) {
    .offcanvas-desktop {
        width: 100%;
        display: flex;
        justify-content: center !important;
        }
    }