.dev-hero-image {
  position: relative;
}
.dev-hero-image__heading {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.dev-hero-image__heading * {
  color: #fff;
  text-align: center !important;
}
