
.history-timeline-slider {
    padding-top: 50px;
    padding-bottom: 200px;
}

.history-timeline-item .col-lg-6 .timeline-bar {
    padding-top: 210px;
    padding-bottom: 0px;
}

.container.history:last-child .history-timeline-item .col-lg-6 .timeline-bar {
    padding-bottom: 0px;
}

.history-timeline-image {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 20px 0;
}

.history-timeline-image.none {
    height: 0px;
    margin: 0;
}

.history-timeline-item h1 {
    color: #575756;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #575756;
    width: fit-content;
}

.history-timeline-item h1:before {
    content: '';
    background-image: url(/assets/svg/arrows-down-group.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 50px;
    height: 150px;
    top: -175px;
    left: -80px;
    background-color: #F0F0F0;
}

.history-timeline-item .item-content .row {
    text-align: left;
    justify-content: flex-end;
}

.timeline-bar {
    border-left: 1px solid #B2B2B2;
}

@media (max-width: 567px) {
    .history-timeline-item .col-lg-6 .timeline-bar {
        margin-left: 0.3rem !important;
    }
    .history-timeline-item .col-lg-6.padding-medium {
        padding: 0px 40px !important;
        margin: 0px 20px !important;
    }
}

@media (min-width: 576px) {
    .history-timeline-image {
        height: 350px;
    }
}

@media (max-width:992px) {
    .history-timeline-item .col-lg-6.padding-medium {
        padding: 0px 70px;
        margin: 0px 42px;
        border-left: 1px solid #B2B2B2;
    }
    .history-timeline-item {
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) {
    .history-timeline-item .col-lg-6:first-of-type {
        padding-top: 250px;
        padding-bottom: 0px;
    }
    .history-timeline-image {
        height: 250px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: initial;
    }
    .container.history:last-child .history-timeline-item .col-lg-6 .timeline-bar {
        padding-bottom: 200px;
    }
}

@media (min-width: 997px) {
    .history-timeline-item h1 {
        margin-bottom: 50px;
        font-size: 100px;
        line-height: 75px;
    }
    .history-timeline-item .intro-text {
        font-size: 35px;
        line-height: 45px;
    }
    .history-timeline-image {
        height: 450px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }
    .history-timeline-image.none {
        min-height: 300px;
    }
    .history-timeline-item .col-lg-6:first-of-type {
        padding-top: 250px;
        padding-bottom: 0px;
        padding-right: 20px;
        display: flex;
        justify-content: center;
    }
    .history-timeline-item .col-lg-6 .timeline-bar {
        padding-top: 250px;
        /* padding-bottom: 60px; */
        /* padding-bottom: 150px; */
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .container.history {
        width: 1570px;
        max-width: 100%;
        margin-top: -7px;
    }
}