.slick-dots .slick-active > div {
  background: #F1594B !important;
}

.wallet-button:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.wallet-button:hover {
  transition: all 0.2s ease-in-out;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}


@media screen and (width <= 480px) {
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
}