.banner-home-picture-all {
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  min-height: 60dvh;
  min-height: 60vh;
}

.banner-home-picture {
  display: flex;
  min-height: 70vh;
  flex-direction: column;
  align-items: flex-start;
  padding: 0% 0%;
  gap: 30px;
  justify-content: center;
}

.banner-home-picture-text h1 {
  text-shadow: 2px 6px 8px #0b1220;
}
