@media screen and (max-width: 992px) and (min-width:0px) {
  .box2, .box3, .box5, .box6 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .box2 {
    display: flex;
    flex-direction: column;
    padding: 100px 2vw 120px;
  }

  .box2 .left {
    padding: 0;
    width: 100%;
  }

  .box2 .right {
    padding: 0;
    width: 100%;
  }

  .ProductList {
    position: relative;
    width: 100%;
  }

  .box4 .top .itemIcon:nth-child(1) {
    margin-left: 0%;
  }

  .box4 .top .itemIcon {
    width: 33.333%;
    padding: 30px;
  }

  .box4 .top {
    padding: 45px 2vw 0;
  }

  .HISTORY {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .HISTORY .item {
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 120px;
  }
}