*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}

.timeline {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 0;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background: #0E2C62;
	top: 0;
	bottom: 0;
	left: 20%;
	margin-left: -1px;
}

.timeline-container {
	padding: 15px 30px;
	position: relative;
	background: inherit;
	width: 50%;
}

.timeline-container.left {
	left: 0;
}

.timeline-container.right {
	left: 20%;
}

.timeline-container::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: -8px;
	background: #ffffff;
	border: 2px solid #0E2C62;
	border-radius: 16px;
	z-index: 1;
}

.timeline-container.right::after {
	left: -8px;
}

.timeline-container::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top: calc(50% - 1px);
	right: 8px;
	background: #0e2c62;
	z-index: 1;
}

.timeline-container.right::before {
	left: 8px;
}

.timeline-container .date {
	position: absolute;
	display: inline-block;
	top: calc(50% - 20px);
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #0E2C62;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}

.timeline-container.left .date {
	right: -75px;
}

.timeline-container.right .date {
	left: -100px;
}

.timeline-container .icon {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	top: calc(50% - 20px);
	background: #0E2C62;
	border: 2px solid #0E2C62;
	border-radius: 40px;
	text-align: center;
	font-size: 18px;
	color: #0E2C62;
	z-index: 1;
}

.timeline-container.left .icon {
	right: 56px;
}

.timeline-container.right .icon {
	left: 56px;
}

.timeline-container .content {
	padding: 30px 90px 30px 30px;
	background: white;
	border: 3px solid #0E2C62;
	position: relative;
	border-radius: 20px;
	word-break: keep-all;
}

.timeline-container.right .content {
	padding: 30px 30px 30px 90px;
	border-radius: 20px;
	width:150% !important;
	
}

.timeline-container .content h2 {
	margin: 0 0 20px 0;
	font-size: 4r;
	font-weight: 600;
	color: #0E2C62;
}

.timeline-container .content div {
	margin: 0;
	font-size: 16px;
	line-height: 1rem;
	color: #060606;
	text-align: left;
	letter-spacing: -0.3px;
}

.timeline-container .content div p {
	padding-bottom: 0.5rem;
}

.timeline-month {
	font-weight: 600;
	font-size: 1.5rem;
}

.bul-bar {
	padding-bottom: 1rem;
}

@media ( max-width : 767.98px) {
	.timeline::after {
		left: 90px;
	}
	.timeline-container {
		width: 70%;
		padding-left: 110px;
		padding-right: 0px;
	}
	.timeline-container.right {
		left: 0%;
	}
	.timeline-container.left::after, .timeline-container.right::after {
		left: 82px;
	}
	.timeline-container.left::before, .timeline-container.right::before {
		left: 97px;
		border-color: transparent #0e2c62 transparent transparent;
	}
	.timeline-container.left .date, .timeline-container.right .date {
		right: auto;
		left: 15px;
		font-size:1.5rem;
		top:calc(50% - 15px);
	}
	.timeline-container.left .icon, .timeline-container.right .icon {
		right: auto;
		left: 146px;
	}
	.timeline-container.left .content, .timeline-container.right .content {
		padding: 30px 30px 30px 90px;
	}
	.content-section.padding0 {
		padding: 0px;
	}
}



@media ( max-width : 480px) {
	
	.timeline-container.left .date, .timeline-container.right .date {
		right: auto;
		left: 15px;
		font-size:1.5rem;
		top:calc(50% - 15px);
	}

	.timeline-container.left .content, .timeline-container.right .content {
		padding: 20px 10px 20px 65px;
	}

.timeline-container .icon {

	width: 20px;
	height: 20px;
	
	top: calc(50% - 13px);
	
}

	
	
}



body > section.content-section.padding0 > div > div > div.content > div > ul > li{
	margin-bottom:1rem;
}
