table {
  display: block;
}

table tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem 0;
}

table th,
table td {
  display: block;
  font-weight: normal;
}

table ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

table ul li::before {
  content: "□";
  margin-right: 0.5em;
}
