.page_website-checklist .table_custom_wrapper {
  max-width: 900px;
}
.page_website-checklist .cms_rows .cell.row_heading {
  grid-column: 2;
}
.page_website-checklist .cms_rows > .cell.hero_1 {
  justify-content: left;
}
.page_website-checklist .cms_rows > .field_menu_icon.hero_1 {
  justify-content: center;
}
.page_website-checklist .record_indent_sub .hero_1 {
  display: none;
}
.page_website-checklist .record_indent_sub .cms_rows {
  grid-template-columns: 1fr;
  min-height: 50px;
}
.page_website-checklist .record_indent_sub .cms_rows .cell.row_heading {
  grid-column: 1;
  justify-content: left;
  padding-left: 20px;
}