.bfj-simple-banner {
  padding: 3.75rem 0 40px;
}
@media (min-width: 992px) {
  .bfj-simple-banner {
    padding: 6.25rem 0 3.75rem;
  }
}
.bfj-simple-banner.--blue {
  background-color: #17346e;
}
.bfj-simple-banner.--cobalt {
  background-color: var(--cobalt);
}
.bfj-simple-banner.--navy {
  background-color: var(--navy);
}
.bfj-simple-banner__header {
  color: var(--white);
}
.bfj-simple-banner__header h1 {
  /* Heading/H1 */
  font-family: var(--font-plus-jakarta-sans);
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  /* 86.4px */
  letter-spacing: -0.72px;
  margin: 0 0 24px;
}
@media (min-width: 991px) {
  .bfj-simple-banner__header h1 {
    font-size: 72px;
  }
}
.bfj-simple-banner__breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.bfj-simple-banner__breadcrumbs ul li {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfj-simple-banner__breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
}
