html {
    --desktop-width: 440px;       
    background-color: #e8e9ed
}

body.forceMobile .actionGreenT1, body.forceMobile .menuDesk{
    display: none !important;
}

@media screen and (min-width: 780px) {
    body.forceMobile {
        margin:0 auto!important;
        min-height: 100vh;
        position: relative;
        width: var(--desktop-width)
    }

    

    header .headerBody, header .menuMobile{
        max-width: var(--desktop-width)
    }

}
