.historical-timeline h3 {
	margin-bottom: 5px;
}
.historical-timeline p {
	font-size: 85%;
	line-height: 1.4em;
	margin-top: 0;
}
.historical-timeline .row {
	clear: both;
	margin-top: -20px;
}
.historical-timeline .row:first-child {
	margin-top: 0;
}
.historical-timeline--image {
	margin-bottom: 10px;
	width: 100%;
}
@media (min-width: 970px) {
	.historical-timeline--image {
		
	}
}
@media (min-width: 1170px) {
	.historical-timeline--image {
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
		margin-top: 5px;
		width: 50%;
	}
}
