.hero-6 {
  height: 100vh;
  min-height: 800px; }
  .hero-6 > .container > .row {
    height: 100vh;
    min-height: 800px; }
  .hero-6 > .container, .hero-6 > .container-fluid {
    position: relative;
    z-index: 2; }
    .hero-6 > .container > div, .hero-6 > .container-fluid > div {
      position: relative;
      height: 100%;
      min-height: 960px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .hero-6 .overlay {
    background: rgba(var(--bs-body-color-rgb), 1);
    opacity: 0.5; }
  .hero-6 h1, .hero-6 h2 {
    color: var(--bs-light); }
