 
.mbl-bnr-sc{
  display: none;
}
.img-2a img {
    height: fit-content;
}
.img-1a {
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: -50px;
  z-index: 9999;
  display: block;
  position: relative;
}

.img-2a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:200px) and (max-width:567.9px) {
  .desk-img{
    display: none;
  }
  .mbl-bnr-sc{
    display: block;
  }
  .dsktp-bnr-txt{
    display: none;
  }
}