@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  .section .container{
    padding:0;
    margin:0 1rem;
  }
  .cover-container{
    height:auto;
  }
  /* .cover-container .cover-text{
    right: 20%;
    top: 28%;
    font-size: 1.2rem;
  } */
  .mat{
    flex-direction: column;
  }
  .productSku{
    flex-direction: column;
    padding:0.5rem;
  }
  .productSku .left,.productSku .right{
    width:100%;
  }
  .productSku .right .qrcodes{
    bottom: -10%;
    right:1%;
  }
  .platform li{
    width:100%;
  }
}
