#block-breadcrumbs {
  display: none;
}

.material__header {
  gap: 24px;
}
@media only screen and (width < 1024px) {
  .material__header {
    gap: 16px;
  }
}

.material__content {
  --max-content-width: 960px;
}
@media only screen and (width < 768px) {
  .material__content {
    max-width: 100vw;
  }
}

/*# sourceMappingURL=material.css.map */
