.sc-inner-banner {
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.sc-inner-banner .container {
  z-index: 3;
  align-content: flex-end;
  padding-top: 16px;
  padding-bottom: 8px;
  min-height: 124px;
}

.sc-inner-banner .sc-inner-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.sc-inner-banner .sc-inner-banner-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #172969;
  opacity: 0.65;
  z-index: 3;
}

.sc-inner-banner .sc-inner-banner-bg picture {
  width: 100%;
  height: 100%;
}

.sc-inner-banner .sc-inner-banner-bg picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sc-inner-banner h1 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 580px) {
  .sc-inner-banner h1 {
    font-size: 32px;
  }
}
