/* Timeline */
.timeline-container{
    position: relative;
}
/* .timeline-title{
    font-size: 1.2em;
} */
/* .timeline-description{
    color: #37474F;
} */
.timeline-logo{
    width: 90px;
    height: 90px;
    margin: 5px;
}
.timeline-left{
    text-align: end;
}
.timeline-item{
    margin: 33px 10px;
}
/* mobile no timeline */
@media (max-width: 767px){
    
}
/* tablet and above has timeline */
@media (min-width: 768px){
    .timeline{
        position: absolute;
        width: 2px;
        top: 0px;
        bottom: 0px;
        left: 0; right: 0;
        margin: auto;
        background-color: #0277BD;
        border-radius: 100px;
    }
    .timeline-dot{
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0; right: 0;
        margin: 88px auto;
        background-color: #0277BD;
        border-radius: 100%;
    }
}