/* screen - menu-grandi-aziende */
@media(min-width:1200px){
  .menu-ga {
    align-items: flex-start;
    display: flex;
    height: 64px;
    min-width: 100%;
  }

  .menu-ga .menu-header {
    align-items: center;
    background-color: var(--white);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--tiara);
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    position: relative;
    width: 100%;
  }

  .menu-ga .frame-3967 {
    gap: 16px;
    justify-content: center;
    width: calc(100% - 40px)!important;
    justify-content: left;
  }

  .menu-ga .frame {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
    width: calc(100% - 40px);
    justify-content: left;
  }
}