/* ==========================================================
   987 INGENIERÍA
   HERO DEL PROYECTO
========================================================== */

.i987-hero{

    margin:0 0 50px;

}

.i987-hero-foto{

    margin-bottom:35px;

}

.i987-hero-imagen{

    display:block;

    width:100%;

    border-radius:14px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.i987-hero-contenido{

    max-width:900px;

}

.i987-hero-titulo{

    margin:0;

    font-size:3rem;

    line-height:1.15;

    font-weight:700;

    color:#0f2b57;

}

@media(max-width:1024px){

    .i987-hero-titulo{

        font-size:2.4rem;

    }

}

@media(max-width:768px){

    .i987-hero{

        margin-bottom:40px;

    }

    .i987-hero-foto{

        margin-bottom:25px;

    }

    .i987-hero-titulo{

        font-size:2rem;

    }

}
