.hero-section {
  height: 75vh;
  min-height: 400px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 767.98px) {
  .hero-section {
    height: 50vh;
  }
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 19%);
  z-index: 0;
}

.hero-section .breadcrumb {
  margin-bottom: 0;
  z-index: 1;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.hero-section p {
  font-size: 1.2rem;
  z-index: 1;
}
