.landing__description,
.landing__bottom-menu {
    display: flex;
    align-items: center;
    background: rgba(245, 245, 245, 1);
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.landing__description {
    flex-direction: column;
    padding: 48px max(calc(100% - 768px) / 2, 24px) 0;
    width: -webkit-fill-available;
}

.landing__description h1 {
    line-height: 25px;
    margin: 0;
}

.landing__description h2 {
    line-height: 20px;
    margin: 0;
}

.landing__bottom-menu {
    width: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*  14px = padding-bottom(<p>discription</p>) */
    padding: calc(32px - 14px) 0 32px 0;
}

.landing__bottom-menu_item {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    -webkit-text-fill-color: #757575;
    padding: 1% 4%;
}

.landing__c-year-eden {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(245, 245, 245, 1);
    color: #000000;
    -webkit-text-fill-color: #000000;
    width: 100%;
    padding-bottom: 48px;
    z-index: 1;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.2rem;
}

/* off for lanscape for this need w/h<=3/2 */
@media only screen and (min-aspect-ratio: 3/2) and (max-height: 435px) and (min-width: 436px) {
    body {
        width: 100%;
        height: 100%;
        padding: 0;
        --desktop-border-radius: 0;
    }

    #root {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        height: max-content;
    }

    #root .landing {
        display: none
    }

    #root .landscape {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        height: 100vh;
    }

    #root .landscape>span {
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
    }
}
