

table thead tr {
  border-bottom: none;
}

table thead th {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}


table tr  {
  border-bottom: 1px solid #BFBFBF;
}
table tr >td{
  padding-right: 20px;
  padding-left: 0;
}

table tr td {
  padding-bottom: 20px;
  padding-top: 16px;
  padding-left: 8px;
}
@media(max-width:767px) {

  table td p,
  table td {
    font-size: 12px;
  }

  table tr>td svg {
    width: 18px;
    height: 18px;
  }

  table thead th {
    font-size: 10px;
    font-weight: 600;
  }
}