.sc-main-banner {
  width: 100%;
  height: auto;
  padding: 140px 32px;
  overflow: hidden;
}

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

.sc-main-banner .main-banner-title,
.sc-main-banner .main-banner-subtitle {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  z-index: 5;
}

.sc-main-banner .main-banner-subtitle {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  margin-bottom: 34px;
}

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

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

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

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

.sc-main-banner .red-btn {
  font-size: 20px;
  width: 90%;
  max-width: 352px;
}

@media screen and (max-width: 1299px) {
  .sc-main-banner {
    padding: 50px 16px;
    min-height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sc-main-banner .main-banner-title {
    font-size: 36px;
  }
  .sc-main-banner .main-banner-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
