.container{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main{
  padding-top: 60px;
  flex-grow: 1;
}
.banner__detail{
  position: relative;
    z-index: 8;
}
.header-banner__inner{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 8;
  padding: 0 1.5rem;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.standard-hero-content__title{
  font-weight: 500;
  font-size: 24px;
}
.standard-hero-content__subtitle{
  font-weight: 500;
  font-size: 30px;
}
.standard-hero-content__text{
  margin-top: 1rem;
  line-height: 1.8;
}
.standard-hero-content__btn{
  margin: 2rem 0;
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .standard-hero-content__title{
    font-size: 16px;
  }
  .standard-hero-content__subtitle{
    font-size: 28px;
  }
}