@import "../breadcrumbs/style.css";
@import "../splitText/style.css";
.component-page-banner {
  padding-top: calc(var(--block-spacing) / 2);
  margin-bottom: var(--block-spacing);
  position: relative;
}
.component-page-banner > .container > h5 {
  max-width: 868px;
  margin-bottom: 24px;
  white-space: pre-line;
  color: var(--color-gray-3);
}
.component-page-banner > .bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

@media screen and (width < 768px) {
  .component-page-banner > .container > h5 {
    margin-bottom: 12px;
  }
}
body.error404 .component-page-banner > .container > h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
}
body.error404 .component-page-banner > .container > h5 {
  max-width: 588px;
  color: var(--color-gray-1);
}

@media screen and (width < 768px) {
  body.error404 .component-page-banner > .container > h1 {
    font-size: 60px;
  }
}