table {
  border-collapse: collapse;
  border-top: 2px solid #00B4CD;
}
table caption {
  display: none;
}
table tr {
  font-size: 0.9rem;
}
table th, table td {
  border: 1px solid #DDD;
}
table .descript {
  text-align: left;
}
table thead tr {
  background: #F7F7F7;
}
table thead tr th {
  padding: 15px 20px;
  font-weight: 700;
  vertical-align: middle;
}
table tbody {
  background-color: #FFF;
}
table tbody tr th {
  align-content: center;
  padding: 15px 20px;
  font-weight: 700;
}
table tbody tr td {
  padding: 15px;
  text-align: center;
  align-content: center;
  font-weight: 400;
}
table td ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
table td ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
table td ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0B5B66;
}