.header-dark {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
    flex-direction: row;
    height: 128px;
    column-gap: 40px;
    background-color: var(--white);
    z-index: 100;
}

.services-header__page-dark {
    display: flex;
    flex-direction: row;
    height: 56px;
    align-items: center;
    padding: 0px 12px;
    justify-content: space-between;
    cursor: pointer;
}

.services-header__page-dark:hover {
  background-color: #575757;
}

.menu-active-dark {
  background-color: #575757;
}