/* Header banner */
.header-banner {
  background: url('/images/header.jpg') center center / cover no-repeat;
  padding: 2.5rem 0;
  position: relative;
}

.header-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 17, 23, 0.55);
}

.header-banner .inner {
  position: relative;
  z-index: 1;
}

header {
  border-bottom: none;
  padding: 0;
}
