
.timeline {
    position: relative;
    color: #58cafe;
    padding: 60px 0;
}

.timeline__top-content {
    padding-bottom: 45px;
}

.timeline__column {
    position: relative;
}

.timeline__column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: calc(100% + 1px);
    background: #58cafe;
}

.timeline__column:last-child:before {
    display: none;
}

.timeline__column-sub {
    padding-left: 50px;
    margin-bottom: 28px;
    position: relative;
}

.timeline__column-sub::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 28px;
    height: 1px;
    background: #2B2926;
}

.timeline__column-sub::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2B2926;
}

.timeline__info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1em;
    padding-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}

.timeline__info p {
    font-size: 14px;
    font-weight: 400;
    color: #2B2926;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.timeline__top-content h2 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    line-height: 1em;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}

.timeline__top-content p {
    font-size: 15px;
    font-weight: 400;
    color: #2B2926;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.timeline__info {
    padding: 20px 0;
}

.timeline__column-sub {
    margin-bottom: 0;
  }

@media (min-width: 768px){
    .timeline__top-content h2 {
        font-size: 40px;
    }

    .timeline__top-content {
        text-align: center;
        max-width: 860px;
        margin: 0 auto;
    }

    .timeline__column-sub {
        padding-left: 0;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .timeline__details {
        max-width: 664px;
        margin: 0 auto;
    }

    .timeline__image {
        width: 290px;
        height: 141px;
        margin-top: 15px;
        padding-right: 32px;
    }

    .timeline__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .timeline__info {
        width: calc(100% - 290px);
        position: relative;
        padding-left: 84px;
    }

    .timeline__info h3 {
        padding-bottom: 10px;
    }

    .timeline__column::before {
        left: 290px;
        top: 15px;
        height: calc(100% + 1px);
    }

    .timeline__column-sub::before,
    .timeline__column-sub::after {
        display: none;
    }

    .timeline__info::before {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        width: 51px;
        height: 1px;
        background: #58cafe;
    }
    
    .timeline__info::after {
        content: "";
        position: absolute;
        left: 50px;
        top: 9px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #58cafe;
    }


}

@media (min-width: 1200px){
    .timeline__details {
        max-width: 860px;
    }

    .timeline__top-content {
        padding-bottom: 55px;
    }

    .timeline {
        padding: 110px 0 165px;
    }
    .timeline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: url(../img/top-wave.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

    .timeline__info h3 {
        font-size: 30px;
        font-weight: 500;
        color: #000;
        line-height: 1em;
        padding-bottom: 4px;
        font-family: 'Poppins', sans-serif;
    }
    
    .timeline__info p {
        font-size: 15px;
        font-weight: 400;
        color: #2B2926;
        padding-bottom: 0;
        font-family: 'Poppins', sans-serif;
    }
}

@media (min-width: 1366px){
    .timeline__details {
        max-width: 1360px;
    }

    .timeline__column-sub {
        width: 50%;
        float: left;
        padding-right: 36px;
        flex-direction: row-reverse;
        margin-bottom: 0;
    }

    .timeline__column:nth-child(even) .timeline__column-sub {
        float: right;
        padding-right: 0;
        padding-left: 36px;
        flex-direction: inherit;
    }

    .timeline__image {
        width: 276px;
        height: 151px;
        margin-top: 15px;
        padding-right: 0;
    }

    .timeline__info {
        width: calc(100% - 276px);
        position: relative;
        padding-left: 0;
        padding-right: 50px;
        text-align: right;
    }

    .timeline__column:nth-child(even) .timeline__info {
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
    }

    .timeline__image img {
        margin-top: 32px;
    }

    .timeline__column::before {
        left: 50%;
        top: 15px;
        height: calc(100% + 1px);
    }

    .timeline__info::before {
        left: auto;
        right: -313px;
        top: 15px;
        width: 337px;
    }

    .timeline__column:nth-child(even) .timeline__info::before {
        left: -312px;
        right: auto;
    }

    .timeline__info::after {
        right: 15px;
        top: 9px;
        left: auto;
    }

    .timeline__column:nth-child(even) .timeline__info::after {
        right: auto;
        top: 9px;
        left: 15px;
    }


}





































