.mobile-menu__menu {
    
    margin-top: 30px;
}

.mobile-menu__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.mobile-menu__row .mobile-menu__menu-link {
    padding: 10px;
    border-radius: 16px;
    background-color: #3c3a3a59;
    width: 49%;
    height: 48px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.menu-link-img {
    width: auto;
    max-width: 40px;
}
