.max-width-900 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.highlight-div {
	background-color: #eef8cf;
	padding: 5px 16px;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	margin-top: 10px;
}
.highlight-div *:last-child {
	margin: 0;
}
.timeline-section .title-line {
	top: -170px;
    margin-bottom: -126px;
}
.timeline-outer {
	position: relative;
	overflow: hidden;
}
.timeline-row {
	position: relative;
	margin: 320px 0;
	display: flex;
}
.timeline-row:before {
	position: absolute;
	content: '';
	display: flex;
	left: -50%;
	top: 50%;
	transform: translateY(-50%);
	width: 200vw;
	height: 8px;
	background-color: #eaeaea;
	z-index: -0;
}
.timeline-item {
	float: left;
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.timeline-date {
	position: relative;
	display: inline-flex;
	background-color: var(--sk-primary);
	color: var(--sk-white);
	min-width: 133px;
	height: 50px;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.timeline-info {
	position: absolute;
	margin-top: 160px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 291px;
	min-height: 188px;
	border: 1px solid rgb(220, 221, 237);
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 43px 0px rgba(218, 220, 228, 0.41);
	padding: 25px;
}
.timeline-item:nth-child(odd) .timeline-info {
	margin-bottom: 160px;
	bottom: 0;
}
.timeline-item:nth-child(2) .timeline-info {
	width: 350px;
}
.timeline-info p {
	margin: 0;
	font-size: 17px;
	line-height: 1.529;
	font-weight: 400;
}
.timeline-dot {
	position: absolute;
	top: -125px;
	left: 50%;
	transform: translateX(-50%);
	width: 33px;
	height: 33px;
	background-color: rgba(154, 195, 28,0.412);
	border-radius: 50%;
	z-index: 1;
}
.timeline-item:nth-child(even) .timeline-dot {
	top: auto;
	bottom: -125px;
}
.timeline-dot:before {
	position: absolute;
	content: '';
	display: flex;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
	background-color: var(--sk-secondary);
	border-radius: 50%;
}
.timeline-dot:after {
	position: absolute;
	content: '';
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	top: 8px;
	width: 2px;
	height: 117px;
	background-color: var(--sk-secondary);
}
.timeline-item:nth-child(even) .timeline-dot:after {
	top: auto;
	bottom: 8px;
}
@media (max-width: 1199px) {
	.timeline-section .title-line {
	    top: -146px;
	    margin-bottom: -113px;
	}
	.timeline-item {
    width: 18%;
    margin: 0px -4.2% 0px 4.5%;
	}
}
@media (max-width: 991px) {
	.timeline-row {
		margin: 0;
		flex-direction: column;
	}
	.timeline-item {
		width: 100%;
		margin: 0 0 30px;
		float: unset;
		float: none;
		display: flex;
		flex-direction: row;
	}
	.timeline-item:nth-child(2) .timeline-info,
	.timeline-item:nth-child(odd) .timeline-info,
	.timeline-info {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 0;
		width: 70%;
	}
	.timeline-item:nth-child(even) .timeline-dot,
	.timeline-dot {
		position: relative;
		display: flex;
		width: 100px;
		height: 4px;
		background-color: var(--sk-secondary);
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		border-radius: 0;
		transform: none;
		margin-right: -10px;
	}
	.timeline-dot:before {
		width: 20px;
		height: 20px;
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.timeline-item:nth-child(even) .timeline-dot:after,
	.timeline-dot:after {
        width: 28px;
        height: 28px;
        left: auto;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(154, 195, 28, 0.412);
        border-radius: 50%;
    }
    .timeline-row:before {
    	display: none;
    }
}
@media (max-width: 767px) {
	.timeline-section .title-line {
        top: -87px;
        margin-bottom: -68px;
    }
	.timeline-section .title-line img {
        height: 100px;
    }
    .timeline-item {
    	flex-direction: column;
    }
    .timeline-item:nth-child(even) .timeline-dot, .timeline-dot {
    	width: 4px;
    	height: 50px;
    	margin: 0;
    }
    .timeline-item:nth-child(even) .timeline-dot:after, .timeline-dot:after {
        width: 25px;
        height: 25px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
        background-color: rgba(154, 195, 28, 0.412);
        border-radius: 50%;
        bottom: -10px;
    }
    .timeline-dot:before {
        width: 16px;
        height: 16px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
        bottom: -5px;
    }
    .timeline-date {
	    height: 40px;
		}
		.timeline-item:nth-child(2) .timeline-info, .timeline-item:nth-child(odd) .timeline-info, .timeline-info {
			width: 100%;
		}
}