/*============================================================================
   #Webcms
==============================================================================*/
@media only screen and (max-width: 480px){
  .table thead {
      display: none;
  }
  .table>tbody>tr>td {
    display:flex;
    text-align:center !important;
        justify-content: space-between;
  }

  
  
}@media only screen and (max-width: 480px){
.table td:before {
    content: attr(data-title2) " ";
    float: left;
    font-weight: 700;
    margin-right: 15px;
    text-transform: capitalize;
}}