
*{
padding: 0;
box-sizing: border-box;
}
.table{
width: 100%;        
display: table;
}
.table-cell{
background-color: #fff;
display: table-cell;
vertical-align: middle;
border-left: 0px solid #000;
width: 33.333%;
text-align: center;
padding: 0px;
color:#000;
}
.table-cell:nth-child(1)
{
border-left: none;   
}
@media screen and (max-width: 767px)
{
.table-cell
{     
width: 100%;  
border-left: none;
display: table-caption;
}
.table-cell:nth-child(1)
{
border-left: none;        
}
.table-cell:nth-child(2)
{    
}   