.menu-category-nohover{
height: 100%;
    border: none;
    vertical-align: middle;
    text-align: center;
}
.no-hover{
    height: 100%;
    display: flex;
    align-items: center;
    color: #444443;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    white-space: nowrap;
}
.no-hover:hover{
    border-bottom: 4px solid;
    padding-top: 4px;
}