@charset "utf-8";

#experience {
	margin-bottom:100px;
}
#experience > header {
	text-align:center;
	margin-bottom:70px;
}
#experience > header > h1 {
	font-size:48px;
	margin-bottom:50px;
}
	@media(max-width:980px) {
		#experience > header > h1 {
			font-size:32px;
		}
	}

span.annotation {
	font-size:14px;
	display:block;
	margin:10px 0;
}

