.vp-banner {
  background-color:var(--_background);
  background-image:none;
  background-repeat:no-repeat!important;
  background-size:cover!important
}

[data-vp-component=header] {
  --_foreground:var(--foreground,var(--vpt-theme-header-text-color));
  --_background:var(--background,var(--vpt-theme-header-background-color));
  --_border:none;
}

@media (min-width: 1024px) {
    .space-overview__detail__intro-inner {
        width:100%;
    }
}

@media (min-width: 1024px) {
    .space-overview__hero__header {
        padding: 0rem 1rem 2.5rem;
    }
}

.space-overview__hero__header__content__intro--intro {
    font: var(--K15t-font-headline-small);
    margin-bottom: 1rem
}

.space-overview__hero__header__content__intro--intro {
    font: var(--K15t-font-headline-small);
    margin-bottom: 2rem;
}

.footer {
    border-top: 1px solid var(--_border);
    min-height: 106px;
    padding-bottom: 2.5rem;
    padding-top: 3rem;
}