.home
{
	width: 100%;
	height: 300px;
	background: #938783;
}
.home_content
{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 70px;
	text-align: center;
}
.home_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.home_title
{
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 0.75;
	margin-top: 17px;
}

.milestones
{
	width: 100%;
	padding-top: 86px;
	padding-bottom: 40px;
}
.milestones_background_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #be2135;
	opacity: 0.87;
}
.milestones_title h2
{
	color: #FFFFFF;
}
.milestones_text
{
	margin-top: 40px;
}
.milestones_text p
{
	color: #FFFFFF;
}
.milestones_row
{
	margin-top: 85px;
}
.milestone_col
{
	margin-bottom: 60px;
}
.milestone
{
	width: 100%;
}
.milestone_content
{
	
}
.milestone_counter
{
	font-family: 'Playfair Display', serif;
	font-size: 100px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 0.75;
}
.milestone_text
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 34px;
	line-height: 0.75;
}