.timeline-entry .timeline-entry-inner {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    width: 100%;
    justify-content: flex-start;
    align-items: start;
}

.timeline-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-icon i {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #b18383;
    color: #fff;
    line-height: 2em;
    text-align: center;
    font-size: 2em;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 8%), 0 0 5px 3px rgba(0, 0, 0, 3%);
}

.timeline-time {
    padding-top: 0;
    margin-bottom: 0.375em;
    font-weight: 900;
    letter-spacing: 1px;
}

.timeline-title {
    margin-bottom: 0.1em;
}

.timeline-entry:not(:last-of-type) {
    margin-bottom: 2em;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 2em;
}

.timeline-image .tl-image-display {
    max-width: 225px;
}

.timeline-entry:last-of-type {
    padding-bottom: 4em;
}

@media (min-width: 600.55px) {
    .timeline-entry .timeline-entry-inner {
        flex-direction: row;
        gap: 2em;
        justify-content: flex-start;
        align-items: center;
    }

    .timeline-content {
        padding-right: 2em;
    }

    .timeline-image {
        margin-left: auto;
    }

}
