.ktk-timeline__year {
    font-size: 2rem;
    color: #650f1f;
}
.ktk-timeline__line {
    padding: 0 10px;
}
.ktk-timeline__title {
    font-size: 30px;
    text-transform: uppercase;
    color: #193c58;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
}
.ktk-timeline__image {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .ktk-timeline__content-image {
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ktk-timeline__content-text {
        padding-top: 20px;
        padding-bottom: 20px;
        order: 1;
    }
    .ktk-timeline__image {
        height: auto;
        padding-top: 50%;
        background-position: center;
    }
}

.ktk-timeline-dots {
    position: relative;
}
.ktk-timeline-dots::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    top: 8.5px;
    right: 0px;
    background-color: #650f1f;
}
.ktk-timeline-dots .owl-stage {
    margin: auto;
}
.ktk-timeline-dots__value {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9b9b9b;
    font-weight: 400;
    cursor: pointer;
    transition: .2s ease;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.ktk-timeline-dots__value::before {
    content: '';
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #650f1f;
    background-color: white;
    border-radius: 50%;
    margin: auto;
}
.ktk-timeline-dots__value:hover::before,
.current .ktk-timeline-dots__value::before {
    background-color: #650f1f;
}
.ktk-timeline-dots__value:hover,
.current .ktk-timeline-dots__value {
    color: #650f1f;
}