.hengsheng-slide-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hengsheng-slide-banner-container {
  position: relative;
  width: 100%;
}

.banner-bg-wrapper {
  position: relative;
  width: 100%;
}

.hengsheng-slide-banner .banner-bg {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.banner-content-wrap .container {
  text-align: center;
}

.banner-content-wrap-title {
  color: #fff;
  font-family: var(--font-family-bold);
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .banner-content-wrap-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .banner-content-wrap-title {
    font-size: 28px;
  }
}
