@media(max-width:950px){
.mobile-nav {
  justify-content:flex-start !important;
}
.mobile-nav__header {
  margin-bottom: 10px !important;
}
}