.hero-primary {
  padding-inline: 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
}
.hero-primary--container {
  padding: 100px 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero-primary--container {
    text-align: left;
  }
}
.hero-primary--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-primary--bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
