.b-properties {
	background: 50% 50% url(images/properties.png) no-repeat;
	height: 465px;
	position: relative;
	margin-bottom: 60px;
}

.b-properties__header {
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	top: 30px;
}

.b-properties__about {
	position: absolute;
	text-align: center;
	font-size: 14px;
	top: 78px;
	left: 0;
	right: 0;
}

.b-properties__text-left {
	width: 569px;
	position: absolute;
	font-size: 14px;
	top: 206px;
	text-align: justify;
	left: 50%;
	margin-left: -470px;
	padding: 25px 25px 0 25px;
}

.b-properties__text-left p {
	margin: 0;
}

.b-properties__text-right {
	position: absolute;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	top: 206px;
	left: 50%;
	margin-left: 172px;
	padding: 25px 25px 0 25px;
	width: 248px;
	text-align: center;
}

.b-properties__text-right p {
	margin: 0;
}
