.hero-banner {
  min-height: 277px;
  padding-top: 70px;
  padding-bottom: 70px;
  align-content: center;
  background-color: #112e51;
  margin-bottom: 50px;
  position: relative;
}

.title h1 {
  color: var(--text-white);
  font-size: 44px;
  font-weight: 700;
  margin: 0;
}

.breadcrumbs a,
.breadcrumbs p {
  color: var(--text-white);
  text-decoration: none;
  font-weight: 200;
  margin-bottom: 0;
}

#breadcrumbs span:not([class]):not(:has(a)) {
  font-weight: 700;
}

.hero-banner .container {
  position: relative;
  z-index: 1;
}
