.step {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.timeline {
    margin-top: 90px;
}

.circle {
    width: 20px;
    height: 20px;
    padding: 10px;
    border: 1px solid #FFDF00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interline {
    width: 1px;
    height: 50px;
    border-left: 1px dashed #FFDF00;
    stroke-dasharray: 16;
    stroke-dashoffset:23;
}

.timeline .step .desc {
    margin-bottom: 10px;
}

.timeline .step .desc h1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    text-transform: none;
}

.timeline .step .desc p {
    text-align: center;
}

.timeline .step .desc p.text {
    margin-top: 20px;
}

.timeline .step .desc p.subtext {
    margin-top: 20px;  
    font-size: 10pt;
}

.interline-bottom {
    width: 1px;
    height: 100px;
    margin-top: 5px;
    stroke-width: 1;
    stroke: #FFDF00;
    stroke-dasharray: 16;
    stroke-dashoffset:23;
}

.interline-services {
    display: flex;
    justify-content: center;
}

.timeline .desc p.finger {
    margin: 25px 0 10px 0;
}

.arrow_cabinet {
    width: 94.5%;
    display: flex;
    justify-content: flex-end;
}

.arrow_cabinet img {
    width: 450px;
}