.bottom-nav .bottom-nav__wrapper{
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.bottom-nav .bottom-nav__wrapper img{
    /* width: 16.5rem; */
}

.bottom-nav .bottom-nav__wrapper .menu__item{
    margin-bottom: 2.35rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
}

.bottom-nav{
    padding-top: 5.1rem;
    padding-bottom: 5rem;
}

@media only screen and (min-width: 769px){
    .bottom-nav .bottom-nav__wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .bottom-nav .bottom-nav__wrapper img{
        /* width: 22.6rem; */
    }

    .bottom-nav .bottom-nav__wrapper .menu__item{
        margin-bottom: 0;
    }

    .bottom-nav .bottom-nav__wrapper .menu__item:nth-child(2){
        margin-left: 12.1rem;
        margin-right: 12.1rem;
    }
}

@media only screen and (min-width: 1366px){
    .bottom-nav .bottom-nav__wrapper .menu__item:nth-child(2){
        margin-left: 15.1rem;
        margin-right: 15.1rem;
    }
}