.hero {
  position: relative;
}

.hero__h1 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-weight: 600;
  z-index:999;
}
