.pasos .column:before, .pasos .column:nth-child(5):after{
    content: "";
    position: absolute;
    width: 80px;
    height: 10px;
    right: -40px;
    top: 85px;
    background: url(../images/arrow.svg) right center no-repeat;
    background-size: cover;
}
.pasos .column:nth-child(5):after{
    left: -80px;
    right: 0;
}
.pasos .column:last-child:before{
    display: none;
}
.experiencias .item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.experiencias .item .image {
    width: 150px;
    height: 150px;
    margin-right: 30px;
    padding-top: 0;
    filter: grayscale(100);
}
.experiencias .item p {
    flex: 1;
}


/* TABLETS */
@media screen and (max-width: 1216px){

    .bienvenida .image.is-4by3 {
        padding-top: 0;
        height: 100%;
    }    
    .pasos .column:before{
        width: 60px;
    }
    .pasos .column:nth-child(3):before, .pasos .column:nth-child(6):before, .pasos .column:nth-child(5):after{
        display: none;
    }
    .experiencias h2{
        margin-bottom: 30px;
    }

}


/* MOBILE */
@media screen and (max-width: 576px){

    .bienvenida .image.is-4by3 {
        padding-top: 75%;
        height: auto;
    }
    .pasos .column {
        margin-bottom: 50px;        
    }
    .pasos .column:last-child {
        /* margin-bottom: 0;         */
    }
    .pasos .column:nth-child(3):before, .pasos .column:nth-child(6):before, .pasos .column:nth-child(5):after{
        display: block;
    }
    .pasos .column:before, .pasos .column:nth-child(5):after {        
        width: 24px;
        left: 50%;
        margin-top: 5px;
        top: 100%;
        transform: rotate(90deg);
        transform-origin: left center;
    }
    .pasos .imagen {
        height: 50px;
        margin-bottom: 4px;
    }
    .experiencias .item {        
        flex-direction: column;
        margin-bottom: 16px;
    }
    .experiencias .item .image {
        width: 115px;
        height: 115px;
        margin-right: 0;
        margin-bottom: 10px;
    }

}