.submenu-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #f2f2f2;
    min-height: 100px;
    padding: 20px 0;
    top: 64px;
}

.submenu-item.has-dropdown:hover .submenu-dropdown {
    display: block;
}

.desktop-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}