﻿


.tl-wrapper {
    margin-top: 150px;
    justify-content: space-between;
    position: relative;
}

.tl-row {
    justify-content: space-between;
    position: relative;
    margin-top: 75px;
}

.tl-dot-start {
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d6efd;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 0 0 6px rgba(13,110,253,0.15);
}

.tl-dot{   
    top: -125px;
    left: 50%;
    background: #0d6efd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 0 0 6px rgba(13,110,253,0.15);
}

.tl-line {
    position: absolute;
    padding:0%;
    top: -100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #0d6efd;
    opacity: 0.3;
    z-index: -1;
}

.tl-year {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #0d6efd;
}

.left {
    justify-content: flex-end;
    text-align: right;
    z-index:50;
    background-color:white;
}

@media (max-width: 767.98px) {
    .tl-dot-start {
        top: -125px;
        left: 50%;
    }
    .tl-dot {
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        margin-top:-35px;
    }
    .left {
        justify-content: flex-start;
        text-align: left;
        z-index: 50;
        background-color: white;
    }
    .tl-line {
        display:none;
    }
}
@media (max-width: 958.98px) {
    .left {
        justify-content: flex-start;
        text-align: left;
        z-index: 50;
        background-color: white;
    }
}
