﻿.timeline-3 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

@media screen and (min-width: 360px){
    .VideoView {
        height: auto;
    }
}
@media screen and (min-width: 200px) {
    .timeline-3:before {
        left: 30px;
    }
    
}

@media screen and (min-width: 200px) {
    .timeline__group {
        padding-top: 55px;
    }
}

.timeline__group {
    position: relative;
}

.timeline__group {
    position: relative;
}
.timeline__year {
    padding: .5rem 1rem;
    color: #FFF;
    background-color: #237EE5;
    position: absolute;
    left: 0;
    top: 0;

}
.timeline__box:not(:last-of-type) {
    margin-bottom: 30px;
}
@media screen and (min-width: 200px) {
    .timeline__box {
        padding-left: 6rem;
    }
}
.timeline__box {
    position: relative;
}
@media screen and (min-width: 200px) {
    .timeline__date {
        top: 50%;
        margin-top: -27px;
    }
}
.timeline__date {
    min-width: 65px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    padding: .5rem 1rem;
    text-align: center;
    background-color: #237EE5;
    color: #FFF;
}
.timeline__post {
    padding: 1.5rem 2rem;
    border-radius: 2px;
    border-left: 3px solid #237EE5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    background-color: #FFF;
    position: relative;
}

.timeline-3:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #237EE5;
    position: absolute;
    top: 0;
}
@media screen and (min-width: 200px) {
    .timeline__box:before {
        top: 50%;
        transform: translateY(-50%);
    }
}
.timeline__box:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #237EE5;
    position: absolute;
    left: 0;
}