table{
    border:none !important;
}

th{
    font-size:24px;
    font-weight:300;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 33%;
    padding:0;
    border-width:0;
}
td{
     font-size:24px ;
     font-weight:300;
     line-height:28px;
     color:#201f1d;
     text-align:center;
     border-width:0 0 1px 0;
     padding:18px 8px;
 }
 
@media screen and (max-width:768px){
    td{
      font-size:22px ;
    }
}
@media screen and (max-width:576px){
    th{
      font-size:18px;
    }
    td{
      font-size:16px ;
    }
}