.hero-content {
  top: 39%;
  text-shadow: 0 2px 18px rgba(8, 20, 18, .28);
}

@media (max-width: 760px) {
  .hero-content {
    top: 42%;
  }
}
