@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Color Shade	";
    color: #fff;
    padding-top: 8px;
    
  }
  
  table tbody tr td:nth-child(2):before {
    content: "Product Name";
  }
  table tbody tr td:nth-child(3):before {
    content: " C.I. NO.	";
    padding-top: 8px;
  }
  table tbody tr td:nth-child(4):before {
    content: "C.A.S. No.	";
  }

}