.hs-menu-wrapper .hs-menu-children-wrapper { width: 100%; }
@media (max-width:992px){
  .custom-menu  .hs-menu-wrapper ul{
    flex-direction:inherit;
    justify-content: flex-end;
  }
  .custom-menu  .hs-menu-wrapper ul li{
    padding-left:16px!important;
  }
  .custom-menu  .hs-menu-wrapper ul li a{
    letter-spacing:0.04em;
  }
}