.item-h-property .h-property-pic, .item-h-property .h-property-text {
	width: 50%;
	margin: 10px 0;
}
.item-h-property .h-property-pic {
	float: left;
}
.item-h-property .h-property-pic img {
	max-width: 100%;
        float: left;
}
.item-h-property .h-property-text {
	float: right;
	text-align: jistify;
	padding: 10px 0 10px 10px;
}
.section-title , .section-footer{
	text-align: center;
	margin: 30px 0;
}
/*.smallpic-section .c-pic{
	width: 30%;
}
.smallpic-section .c-text-wrapper{
	width: 70%;
}*/
.c-text-wrapper {
	padding: 20px 0 20px 25px;
}
.rightpic .c-pic {
	padding: 20px 0 20px 25px;
}
@media (max-width: 767px) { 
	.item-h-property .h-property-pic, .item-h-property .h-property-text {
		float: none;
		width: 100%;
		text-align: center;
	}
       .item-h-property .h-property-pic img {
          float: none;
        }
}