.logo-big-img {
    margin-top: 90px !important;
    /* Subo la imagen 5% más (antes 180px, ahora 90px) */
    margin-bottom: 0;
    display: block;
    max-width: 70% !important;
    /* Ajusto el tamaño para que no sobresalga */
    height: auto !important;
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    background: none !important;
    box-shadow: none !important;
}

.hero-illustration {
    position: relative;
    min-height: 350px;
    height: auto !important;
    /* Elimino height fija para que el margen de la imagen tenga efecto */
    width: 100%;
    overflow: visible !important;
    /* Asegura que las bambalinas puedan sobresalir */
    z-index: 1;
}

.bamblina {
    z-index: 2;
}

@media (max-width: 600px) {
    .hero-illustration {
        height: auto !important;
        min-height: 200px;
    }

    .logo-big-img {
        margin-top: 40px !important;
        max-width: 90% !important;
    }
}