.header-hero {
  margin-bottom: 60px;
}

.block-system-breadcrumb-block {
  margin-top: 0 !important;
}

.theme-page-content {
  display: flex;
}

@media (max-width: 767px) {
  .theme-page-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .theme-page-content-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}
.theme-page-content-body-title {
  margin-top: 8px;
  margin-bottom: 20px;
}

.theme-page-content-body {
  margin-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 399px) {
  .theme-page-content-body {
    margin-left: 0;
  }
}