.menu-desktop {
    background-color: #C8BBA1;
    height: 60px;
    border-radius: 0 0 20px 20px;
    vertical-align: middle;
}

.top-header-bar h2, h3 {
    letter-spacing: 3px;
}

.menu-desktop .col-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:black;
    font-size: 120%;
    font-weight: 600;
}

.menu-desktop .col-3:not(:first-child) {
background: 
linear-gradient(black 0 0)  left/ 2px 30% no-repeat 
}

.navbar-nav .nav-item {
    color: white;
}