/* overview section */
:root {
  --hsd-overview-background-color: #cccccc;
  --hsd-overview-text-color: ;
}

.hsd-at-a-glance {
  background: var(--hsd-overview-background-color);
  color: var(--hsd-overview-text-color);
  max-width:1050px;
  width:100%;
  margin:1rem auto;
  padding:2em;
  padding-bottom: 4rem;
  text-align: center;
}
.hsd-at-a-glance ul {
  text-align:left;
  max-width:850px;
  margin:0 auto;
}