.contenedor-obras-proceso{
    display: flex;
    flex-wrap: wrap;
    vertical-align: top;
}

.contenedor-procesos, .contenedor-imagenes{
    display: inline-block;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: center;
}

.seccion-obra{
    width: 100%;
    background: #3F3F3D;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 4px 0 0 0;
    float: left;
}

.seccion-obra p{
    margin: 0px;
    padding: 7px 0;
}

.contenedor-imagenes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.obra-proceso{
    display: inline-block;
    padding: 1rem;
    float: left;
}

/*Responsive*/

@media only screen and (max-width: 600px) {
    .contenedor-procesos, .contenedor-imagenes{
        width: 100%;
    }
}