.banner-ncr{
    background-image: url('../imagenes/paginas/sectores/textil/futuro-de-la-impresion.jpg');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    max-height: 80vh;
    position: relative;
}

.banner-ncr::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.25);
}

.banner-ncr .container{
    position: relative;
    z-index: 2;
}

.banner-ncr h3{
    max-width: 30vw;
}
