.banner_section .banner_section_inner {
  min-height: 592px;
  padding: 80px 0;
  position: relative;
}

.banner_section .banner_section_inner.type_image { 
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_section .banner_section_inner .sub_heading {
  font-family: var(--font_Montserrat_Bold);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 29px;
  margin-bottom: 8px;
}
.banner_section .banner_section_inner .heading,
.banner_section .banner_section_inner .sub_heading {
  color: var(--Color_Primary_White);
}

.banner_section .banner_section_inner .banner_section_inner_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_section .banner_section_inner .site_container {
    position: relative;
    z-index: 1;
}
@media (max-width: 1359px) {
  .banner_section .banner_section_inner {
    min-height: 500px;
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .banner_section .banner_section_inner {
    min-height: 450px;
    padding: 60px 0;
  }
  .banner_section .banner_section_inner .sub_heading {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .banner_section .banner_section_inner {
    min-height: 400px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .banner_section {
    position: relative;
  }
  .banner_section .banner_section_inner {
    background-size: 0;
    min-height: 367px;
    padding: 40px 0;
  }
  .banner_section .banner_section_inner .banner_section_inner_mobile {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .banner_section .banner_section_inner.type_video:after,
  .banner_section .banner_section_inner .banner_section_inner_mobile:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .banner_section .banner_section_inner .sub_heading {
    font-size: 20px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=hero_banner.css.map */
