.banner {
  width: 100%;
  min-width: 1280px;
  position: relative;
  text-align: center;
}
.banner .background {
  width: 100%;
  max-height: calc(100vh - 100px);
  /*background-size: contain;*/
  object-fit: cover;
}
.banner .center-wrapper {
  position: absolute;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.banner .title-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 150px;
  text-align: left;
}
.banner .title-box .banner-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}
.banner .title-box .banner-subtitle {
  padding: 20px 0;
  font-size: 30px;
  line-height: 50px;
}
.banner .title-box .btn {
  background-color: white;
  border-radius: 8px;
  line-height: 40px;
  width: 150px;
  color: #af0000;
  font-weight: bold;
  margin-top: 40px;
}

/*# sourceMappingURL=banner.css.map */
