#topo{background-position:top right !important; background-repeat:no-repeat !important;}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 39px;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 17px);
    left: 0;
    top: 16px;
    background: #0054a8;
        padding-bottom: 0px;
}

.timeline li {
    position: relative;
    margin-bottom: 20px;
        list-style: none !important;

}


.timeline li:before {
    content: "";
    position: absolute;
    width: 10.5px;
    height: 10.5px;
    background: #FFFFFF;
    border: 1px solid #0054a8 ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    left: -44px;
    top: 6px;
}
 


.timeline li:last-child:before {
    background: #0054a8 ;
    border-color: #0054a8 ;
}