.custom-mobile-lang-selector {
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .not-show-on-mobile {
    display: none !important;
  }
}
