.hero-img {
  width: 100%;
}

.hero-banner {
  color: var(--text-primary);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 1230px;
}

.hero-content h1 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .hero-img {
    height: 139px;
  }
}