.section-wrapper {
  background-color: var(--section-color, transparent);
}
.section-wrapper.grey {
  --section-color: var(--color-grey-05);
}
