.hero-local {
  position: relative;
  width: 100%;
  height: 380px;
  background-image: url('/images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  color: white;
  font-size: 1.4rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

