.eterna-hero {
  padding: 45px 20px !important;
  min-height: auto !important;
  text-align: center;
}

.hero-container {
  max-width: 1000px !important; /* Le da el ancho necesario para estirar las frases */
  margin: 0 auto;
}

.hero-title {
  font-size: 2.5rem !important;
  line-height: 1.3 !important;
  color: #ffffff;
  margin-bottom: 15px !important;
}

.hero-title span {
  display: block;
  white-space: nowrap; /* Evita que las palabras caigan a una tercera o cuarta línea */
}

.hero-subtitle {
  font-size: 1rem !important;
  color: #e0e0e0;
  max-width: 680px;
  margin: 0 auto 20px auto !important;
}

/* Regla especial para celulares (para que no se corte el texto si la pantalla es muy chica) */
@media (max-width: 768px) {
  .hero-title span {
    white-space: normal; 
  }
  .hero-title {
    font-size: 1.8rem !important;
  }
}