.header-nav-hamburger--style2 .main-menu{
    max-width: unset !important;
    .main-menu--wrapper{
        width: fit-content;
    margin: 0 auto;
    }
}
.header-nav-hamburger--style2 .header-icons{
    max-width: unset !important;
}
.header-icons{
        justify-content: space-around !important;
}
.custom-icon1{
   display: flex; 
   gap:20px;
   svg{
    width: 20px;
    height: 20px;
   }
}