.home-page__description,
.home-page__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;
}

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

.home-page__description h1 {
    line-height: 25px;
}

.home-page__description h2 {
    line-height: 20px;
}

.home-page__bottom-menu {
    width: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*  14px = padding-bottom(<p>discription</p>) */
    padding: calc(32px - 14px) max(calc(100% - 768px) / 2, 24px) 32px;
}

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

.home-page__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;
}
