.checklist-container {
  display: flex;
  justify-content: center;
  padding: 1.25rem; /* relative padding */
  padding-top: 0;
  margin-top: 0;
}

.checklist-info {
  /*font-family: Georgia, serif;*/
  line-height: 1.6;
  font-size: 1rem;
  color: #222;
  background-color: #fff;
  padding: 1.875rem; /* relative padding */
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  border-radius: 8px;
}

.checklist-info h1
{
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
}

.checklist-info h2
{
  font-size: 1rem;
}

.checklist-info ul
{
  font-size: 0.9rem;
  list-style: none;
}
