/* General Demo Style */


.column {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;

	position: relative;
	z-index: 9999;

}

.column:nth-child(2) {
}

.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;
}


@media screen and (max-width: 46.0625em) {

	
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}
}
