@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
	font-family: 'HarmonyOS_Sans';
	src: url('/sans/HarmonyOS_Sans_SC_Medium.eot');
	src: url('/sans/HarmonyOS_Sans_SC_Medium.eto') format('embedded-opentype'), 
		 url('/sans/HarmonyOS_Sans_SC_Medium.woff') format('woff'), 
		 url('/sans/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'), 
		 url('/sans/HarmonyOS_Sans_SC_Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
* {
	padding: 0;
	margin: 0;
	font-family: "HarmonyOS_Sans";
	position: relative;
}

.timeline {
	padding: 40px 0px;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 65px;
	width: 3px;
	height: calc(100% - 80px);
	background: #c0392b;
}

.timeline .column {
	margin: 40px 40px 40px 120px;
}

.timeline .column .title h1 {
	font-size: 120px;
	color: rgba(0,0,0,0.1);
	font-family: "HarmonyOS_Sans", sans-serif;
	letter-spacing: 3px;
}

.timeline .column .title h1:before {
	content: "";
	position: absolute;
	left: -62px;
	top: 86px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 3px solid #c0392b;
}

.timeline .column .title h2 {
	margin-top: -60px;
	font-size: 33px;
}

.timeline .column .description p {
	font-size: 13px;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: "HarmonyOS_Sans", sans-serif;
}

.timeline .column .description {
	border-left: 1px solid #000;
}

.main {
	width: 80%;
	margin-left: 10%;
	margin-top: 80px;
}

.main h1 {
	font-size: 80px;
	line-height: 60px;
}

.main p {
	font-size: 13px;
	line-height: 20px;
	font-family: "HarmonyOS_Sans", sans-serif;
	text-align: right;
}