section.textitems:not(.admin):first-child {
  padding-top: var(--header-height);
}
section.textitems.bg-lightgrey {
  background-color: var(--lightgrey);
}
section.textitems .excerpt p {
  font: var(--h3-font);
  font-weight: 400;
}
section.textitems .item h3 {
  font: var(--h3-font);
  font-weight: 400;
}