#hs_cos_wrapper_navigation-secondary,
.custom-menu-secondary {
  display: flex;
  align-items: center;
}
/*@media (max-width: 1119px) {
  .custom-menu-secondary ul .hs-menu-item:nth-child(1),
  .custom-menu-secondary ul .hs-menu-item:nth-child(2) {
    display: flex;*/
  }
  .custom-menu-secondary ul .hs-menu-item:first-child a {
    border-left: none;
    padding: 8px 16px;
    color: #fff;
    background-color: #7866FE;
    font-family: 'Gilroy';
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
  }
}