@media screen and (min-width: 768px) {
  .step-confirm .group > label,
  .step-confirm .group .label {
    width: 26rem;
  }
}

.checklist {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.checklist li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}