section.about-sec .timeline {
	width: 100%;
	max-width: 800px;
	padding: 40px 50px;
	position: relative;
}

section.about-sec .timeline:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(33% + 15px);
	bottom: 0px;
	width: 4px;
	background: #ddd;
}

section.about-sec .timeline:after {
	content: "";
	display: table;
	clear: both;
}

section.about-sec .timeline .entry {
	clear: both;
	text-align: left;
	position: relative;
}

section.about-sec .timeline .entry .title {
	margin-bottom: .5em;
	float: left;
	width: 33%;
	padding-right: 30px;
	text-align: right;
	position: relative;
}

section.about-sec .timeline .entry .title h3 {
	margin: 0;
	font-size: 120%;
	color: #2b2b2b;
}

section.about-sec .timeline .entry .title p {
	margin: 0;
	font-size: 100%;
}

section.about-sec .timeline .entry .body {
	margin: 0 0 2em;
	float: right;
	width: 66%;
	padding-left: 30px;
}

section.about-sec .timeline .entry .body p {
	line-height: 1.4em;
}

section.about-sec .timeline .entry .body p:first-child {
	margin-top: 0;
	font-weight: 400;
}

section.about-sec .timeline .entry .body ul {
	color: #aaa;
	padding-left: 0;
	list-style-type: none;
}

section.about-sec .timeline .entry .body ul li:before {
	content: "–";
	margin-right: .5em;
}

@media screen and ( max-width : 800px) {
	section.about-sec .timeline {
		padding: 10px 20px;
	}
	section.about-sec .timeline:before {
		content: none;
	}
	section.about-sec .timeline .entry .title {
		width: 100%;
		text-align: left;
	}
	section.about-sec .timeline .entry .body {
		float: left;
		padding-left: 0px;
		width: 100%;
	}
	section.about-sec .timeline .entry .body p:first-child {
		margin-top: 0;
		font-weight: 400;
		border-left: #2b2b2b solid 1px;
		padding-left: 10px;
	}
}