/* Ajustes finais do banner principal */
.hero {
  height: 100svh;
  min-height: 720px;
}

.hero-image {
  object-position: center;
}

@media (max-width: 850px) {
  .hero { height: 100svh; min-height: 620px; }
  .hero-image { object-position: 62% center; }
}
