/* overview section */
:root {
  --hsd-overview-background-color: #212529;
  --hsd-overview-text-color: #ffffff;
}

.hsd-overview {
  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-overview ul {
  text-align:left;
  max-width:850px;
  margin:0 auto;
}