

h1 {
	text-align: center;
}

#app {
	padding: 0 20px;
	width: 100%;
}

.timeline-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0px 0;
}

.timeline-container::after {
    background-color: #e1e1e1;
    content: '';
    position: absolute;
    left: calc(50% - 2px);
    width: 4px;
    height: 100%; z-index:-99999
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    position: relative;
    padding: 10px 0;
    width: 50.1%; border-right:3px #589f3d solid
}

.timeline-item:nth-child(odd) {
    align-self: flex-end;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 0; border-left:3px #d7dcca solid;  border-right:none
}

.timeline-item-content {
   
    border-radius: 5px;
    
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px;
    position: relative;
    width: 400px;
    max-width: 70%;
    text-align: right;
}

.timeline-item-content::after {
      content: ' ';
    background-color: #d7dcca;
   
    position: absolute;
    right: 0;
    top: calc(0% - 7.5px);
    transform: rotate(0deg);
    width: 285px;
    height: 1px;
}

.timeline-item:nth-child(odd) .timeline-item-content {
    text-align: left;
    align-items: flex-start;
}

.timeline-item:nth-child(odd) .timeline-item-content::after {
    right: auto;
    left: -30px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.timeline-item-content .tag {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    top: 5px;
    left: 5px;
    letter-spacing: 1px;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
}

.timeline-item:nth-child(odd) .timeline-item-content .tag {
    left: auto;
    right: 5px;
}

.timeline-item-content time {
    color: #777;
    font-size: 42px;
    font-weight: bold;background-image: -webkit-linear-gradient(left,#257437,#4f973c,#96d25b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-table;font-family: 'HELVETICANEUELTPRO-THEX'
}
@font-face {font-family: 'HELVETICANEUELTPRO-THEX';src: url('../fonts/HELVETICANEUELTPRO-THEX.OTF');font-weight: normal;font-style: normal;}.timeline-item-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    max-width: 250px; color:#666
}

.timeline-item-content a {
	color: #333;
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.timeline-item-content a::after {
    content: ' ►';
    font-size: 12px;
}

.timeline-item-content .circle {
    background-color: #197743;
    border: 5px solid #b8d553;
    border-radius: 50%;
    position: absolute;
    top: calc(0% - 15px);
    right: 270px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.timeline-item:nth-child(odd) .timeline-item-content .circle {
    right: auto;
    left: 245px;
}









/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  


.timeline-item-content time {
    color: #777;
    font-size: 29px;}

.timeline-item-content {
    max-width: 100%;}

.timeline-item-content p{ margin:0}









}