.property-details-item {margin-bottom: 10px;}
.property-details-item img {max-width: 40px;margin-right: 10px;}
.page__left .property-details .property-details-item .second-line {line-height: 1rem;}

/* Smartphones: Vertical and Horizontal */
@media only screen and (max-width: 767px), (max-height: 575px) {
	.property-details {width: 70vw; align-self: center;}
	.property-details-item {margin-bottom: 30px;}
	.property-details-item img {float: left; margin-right: 20px;}
}