
.modulo_processo_row_out{
    padding-bottom:70px;
}
/* The actual timeline (the vertical ruler) */
.modulo_processo_row .timeline {
    position: relative;
}
.modulo_processo_first_bloco .modulo_processo h2{
    margin-bottom:70px;
}
/* The actual timeline (the vertical ruler) */
.modulo_processo_row .timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color:#444444;
    top: 15px;
    bottom: 0;
    left:45px;
    margin-left: 0;
    height: calc(100% - 40px);
}

/* Container around content */
.modulo_processo_row .container {
    padding:0;
    position: relative;
    background-color: inherit;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    max-height: 37px;
    margin-bottom:25px;
}
.modulo_processo_row .posicao_descricao{
    min-width:45px;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: condensed;
    color:#d2d1d1;
}
/* The circles on the timeline */
.modulo_processo_row .container::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 39px;
    background-image: url(/wp-content/themes/zyrgon-child-theme/images/bullet.svg);
    top: 5px;
    z-index: 1;
}
.modulo_processo_row .descricao_processo{
    padding-left:36px;
    font-size: 17px;
    line-height: 1.41;
    color:#444;
    font-weight: bold;
}
/* Place the container to the left */
.modulo_processo_row .left {
    left: 0;
}
/* Place the container to the right */
.modulo_processo_row .right {
    left: 50%;
}
/* Fix the circle for containers on the right side */
.modulo_processo_row .right::after {
    left: -16px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 991px) {
    .modulo_processo_row .timeline.primeiro::after{
        height: calc(120%);
    }
    .modulo_processo_row .container {
        max-height: 50px;
    }
    .modulo_processo_row .timeline::after{
        height: calc(100% - 45px);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 576px){
    .modulo_processo_row_out{
        margin-left: 40px;
        margin-right: 40px;
    }
}