.banner-bg {
  display: none;
}
@media only screen and (max-width: 500px) {
  body {
    background-color: #f5f8ff !important;
  }
  .newsBanner-box {
    display: none !important;
  }
  .banner-bg {
    display: block !important;
    width: 100%;
    height: auto;
    margin-top: 45rem;
  }
  .newsBanner-box-box {
    width: 100%;
    height: auto;
  }
}
