.column {
       width: 100%;
       z-index: 5000;
       padding-top: 27px;
}

.column:last-child:before {
	content: "";
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}



