.mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  align-items: center;
  height: 6rem;
  background: #fff;
  box-shadow: 8px 1px 4px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  padding: 0 4rem;
  z-index: 5;
}

.mobile-nav__list {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  margin: 0 auto;
  justify-content: space-around;
}

.mobile-nav__list button {
  background: #f0f2f5;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
  border: none;
  outline: none;
}

.mobile-nav .scrollableArea {
  width: auto !important;
  margin: 0 auto;
}

.mobile-nav .scrollWrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 921px) {
  .mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .mobile-nav {
    display: block;
  }

.mobilen{
    display: none!important;
}

}