.desktop {
  width: 100%;
  height: 100%;
  display: flex;
  direction: rtl;
  margin-top: 24px;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  /* padding: 2.5px; */
  overflow: hidden;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.desktop .item {
  width: 96px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px;
}
.desktop .item img {
  width: 64px;
  height: auto;
}
.desktop .item p {
  color: white;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3333333333), 1px 1px 3px rgba(0, 0, 0, 0.3333333333);
  font-size: 13px;
  font-family: "SFPro-Medium", "PingFangSC-Medium";
  margin-top: 5px;
}

.container {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}/*# sourceMappingURL=desktop.css.map */