.nosotros-container .hero {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.nosotros-container section:not(.hero) {
    padding: 40px 20px;
}
/* ========================= */
/*       SECCION PROCESO     */
/* ========================= */

/* ===== EFECTO ESCALONADO ===== */

/* PRIMER PASO */
.process-step:nth-child(1) .step-box {
    margin-top: 0;
}
.process-step:nth-child(1) .step-number {
    margin-top: 0;
}

/* SEGUNDO PASO */
.process-step:nth-child(2) .step-box {
    margin-top: 25px;
}
.process-step:nth-child(2) .step-number {
    margin-top: 25px;
}

/* TERCER PASO */
.process-step:nth-child(3) .step-box {
    margin-top: 50px;
}
.process-step:nth-child(3) .step-number {
    margin-top: 50px;
}

/* CUARTO PASO */
.process-step:nth-child(4) .step-box {
    margin-top: 75px;
}
.process-step:nth-child(4) .step-number {
    margin-top: 75px;
}