
/*   Timeline  */  
.timeline {
	clear:both;
	}
.timeline_wrapper {
	    position: relative;
    margin: 0;
    padding: 0;
}
.timeline_line {
    position: absolute;
    left: 50%;
    margin-left: 0;
    height: 100%;
    border-right: 1px solid #6a8748;
    z-index: -1;
    border-right-style: solid;
    border-right-color: #6a8748;
}
.timeline_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    table-layout: fixed;
    margin-bottom: 10px;
    width: -webkit-calc(50% - 19px);
    width: calc(50% - 19px);
    /* background-color: #f0f0f0; */
    clear: both;
    min-height: 60px;
}
@media only screen and (min-width: 970px) {
	.timeline_block:nth-child(odd) {
    float: right;
}
.timeline_block:nth-child(even) .timeline_content .row .timeline_title {
	float:right !important;
	order: 2;
}
} 
.timeline_block:nth-child(odd) .timeline_dot {
    left: -32px;
}
.timeline_content {
    font-size: 85%;
    line-height: 140%;
}
@media only screen and (max-width: 970px) {
	.timeline_content {
    font-size: 90%;
}
} 
.timeline_block:nth-child(odd) .timeline_content {
text-align: left;
}
.timeline_title {
text-align: center;
}
.timeline_block h3 {
	font-weight:300;
}
@media only screen and (min-width: 970px) {
.timeline_dot {
    width: 1px;
    height: 1px;
    background-color: #6a8748;
    border: 4px solid #f7f5ee;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: webkit-calc(50% - 5px);
    top: calc(50% - 10px);
    display: block;
    padding: 10px;
    right: -33px;
}
.timeline_text br {
    display: block;
    line-height: 30px;
}
} 
.timeline_block p,
.timeline_block h3 {
    margin: 0 !important;
}

.timeline_text {
	padding: 0;
}
@media only screen and (max-width: 970px) {
	.timeline_block .center-flex {
    display: block;
    align-items: normal;
    justify-content: normal;
}
.timeline_block {
    width: -webkit-calc(100%);
    width: calc(100%);
    background-color: #fff;
    margin-bottom: 30px;
}
.timeline_text,
.timeline_title {
    text-align: center;
}
} 

.timeline_img {
    width: 140px !important;
    height: 140px !important;
}
@media only screen and (max-width: 1100px) {
	.timeline_img {
    width: 110px !important;
    height: 110px !important;
}
}
@media only screen and (max-width: 970px) {
	.timeline_text.d-flex {
    display: block !important;
}
	.timeline_img {
		margin-bottom: 15px;
}
} 
