header-drawer {
    min-width: 131px;
}
@media(min-width: 767px){
  a.button.btn.hero__btn.add-custom {
      display: inline-flex !important;
  }
  .header__icons {
    align-items: center;
  }
  a.button.btn.hero__btn.add-custom {
    display: inline-flex !important;
    min-height: 40px;
  }
}