.home-banner {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.home-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner h1 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 400;
  color: #ffffff;
  font-family: "Special Gothic Expanded One", sans-serif;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.home-banner-main {
  max-width: 108.875rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-banner-main {
    width: 90%;
  }
}
