.menu-wrap .btn_management {
    padding: .6rem 1.5rem;
    margin: 0 0 0 2rem;
    height: 5rem;
    min-width: 14.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #255CC3;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
}

@media (max-width: 74.9175em) {
    .site-header-inner .featured-link {
        display: none;
    }
    .menu-wrap .btn_management {
        height: 4rem;
        width: calc(100% - 2rem);
        background: #294579;
        color: #fff;
        margin: 0 auto 1.6rem auto;
    }
    .menu-wrap {
        padding-top: 9.6rem;
    }
}