/* Header in normal flow (not fixed) */
.layout-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 20;
}

.section-heading {
  padding-top: 50px !important;
}

/* Desktop: logo vertically centered in header row */
@media all and (min-width: 802px) {
  .layout-header .top {
    align-items: center;
  }

  .layout-header .top .logo {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media all and (max-width: 660px) {
  .section-heading {
    padding-top: 50px !important;
  }
}
