/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2021 | 06:18:44 */
table.table-about {
  width: 100%;
}

table.table-about th,
table.table-about td {
  display: block;
  width: 100%;
}

table.table-about th {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background-color: transparent;
  padding: 10px 15px 0;
}

table.table-about td {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  border-left: none;
  border-color: rgba(56,56,56,0.18);
  background-color: transparent;
  padding: 0 15px 10px;
}

@media screen and (max-width:719px) {
}