body {
  overflow-x: hidden !important;
}
.li_body {
  overflow-x: hidden !important;
}

.mobile{
  display:none !important;
}

.desktop{
  display:block !important;
}



@media screen and (max-width: 479px) {
  .mobile{
  display:block !important;
}

.desktop{
  display:none !important;
}

.newmb{
  display:flex !important;
}

.newmbte{
    display:flex !important;
    flex-direction:column;
    width:full !important;
}

.infomb{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.mbcopy{
  width:180px !important;
}

}