.navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon .open {
  display: inline;
}
.navbar-toggler-icon .close {
  display: none;
}

[aria-expanded=true] .navbar-toggler-icon .open {
  display: none;
}
[aria-expanded=true] .navbar-toggler-icon .close {
  display: inline;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.step::before {
  position: absolute;
  content: "";
  top: 0;
  left: 10%;
  width: 5px;
  height: 100%;
  background: var(--bs-primary);
  z-index: 1;
}
.step__item {
  position: relative;
  z-index: 2;
}

.low-hero-image {
  height: 200px;
  width: 100%;
}
@media (min-width: 1200px) {
  .low-hero-image {
    height: 250px;
  }
}
.low-hero-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}