

.timeline ul  {
	margin: 0;
}
.timeline ul li {
    margin-bottom: 50px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.point {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
    border: 3px #e0e0e0 solid;
    position: relative;
    left: 1px;
}

/*@media (max-width: 800px) {
    .point {
        min-width: 15px;
        height: 15px;
    }

    html, body {
        font-size: 15px;
    }

}

@media (max-width: 650px) {
    html, body {
        font-size: 14px;
    }
    
    .point {
        min-width: 12px;
        height: 12px;
    }

}

@media (max-width: 450px) {
    html, body {
        font-size: 10px;
    }

    p {
        padding: 10px !important;
    }
}
*/
.timeline ul li .content {
    width: 80%;
    padding: 0 20px;
}


.timeline ul li .content {
    padding-right: 0;
}

.timeline ul li .date {
    padding-left: 0;
}

.timeline ul li .date {
    width: 140px;
	padding-right: 20px;
    font-weight: normal;
}

.timeline ul li .date h4 {
    background-color: #06326b;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
	color: #fff;margin-bottom: 0;
}

.timeline ul li .content h3 {
    padding: 10px 20px;
    background-color: #be9fe1;
    margin-bottom: 0;
    text-align: center;
}

.timeline ul li .content p {
    padding: 10px 20px;
    margin-top: 0;
	color: #002F63;
}

.timeline ul li {
    flex-direction: row;
}

.timeline ul li .date h4 {
    float: right
}

.timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 150px;
    background-color: #e0e0e0;
}