@media screen and (max-width: 992px) and (min-width:0px) {
  .ProductList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ProductList .ListBox h1 {
    height: 75px;
  }

  .section04 {
    display: flex;
    flex-wrap: wrap;
  }

  .section04 .txext {
    width: 100%;
  }

  .section04 .img {
    width: 100%;
    min-height: auto;
  }

  .NewsList {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .bannerbigbox {
    margin-top: 60px;
  }
}