.timeline-list {
    /*background: url('/img/section-bg/2.png') no-repeat right bottom;*/
}

.timeline-list .grid {
    margin-bottom: 105px;
}

.timeline-list .item {
    border-radius: 3px;
    min-height: 23.75rem;
    text-align: center;
}

.timeline-list .item.text,
.timeline-list .item.text-date {
    padding: 20px;
}

.timeline-list .item.text-date > div:first-child {
    background: url('/img/line-white.png') no-repeat center bottom;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    min-height: 12.5rem;
}

.timeline-list .item.text-date.bg-dark-blue > div:first-child {
    background: url('/img/line-blue.png') no-repeat center bottom;
}

.timeline-list .item.text-date > div:last-child {
    font-size: 3.75rem;
    font-weight: 500;
}

.timeline-list .item.bg-dark-blue {
    color: #fff;
}

.timeline-list .item.text,
.timeline-list .item.text-date > div:first-child,
.timeline-list .item.image {
    display: flex;
    align-items: center;
    align-content: center;
}

.timeline-list .item.image img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1150px) {
    .timeline-list .item {
        min-height: 15rem;
    }

    .timeline-list .item.text-date > div:first-child {
        min-height: 8rem;
    }

    .timeline-list .item.text-date > div:last-child {
        font-size: 2.5rem
    }
}

@media only screen and (max-width: 920px) {
    #c-content .timeline-list .grid.gc-3 {
        grid-template-columns: 1fr 1fr;
    }

    .timeline-list .empty {
        display: none;
    }
}


@media only screen and (max-width: 620px) {
    #c-content .timeline-list .grid.gc-3 {
        grid-template-columns: 1fr;
    }
}