
.milestones_container
{
	margin-top: 60px;
}
.milestone
{
	width: 20%;
}
.milestone_counter
{
	font-size: 44px;
	font-weight: 600;
	color: #1c1c1c;
	line-height: 36px;
	padding-top: 33px;
}
.milestone_counter::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 2px;
	background: #ff4200;
	content: '';
}
.milestone_text
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #6e6e6e;
	margin-top: 12px;
}