.places {
	display: flex;
	justify-content: center;
	font-size: 30px;
	align-items: flex-start;
}

.places article {
	display: flex;
	justify-content: center;
	width: 390px;
	padding: 20px;
	margin: 20px;
	border: 1px solid #FF5A5F;
	border-radius: 4px;
}

.places article h2 {
	font-size: 30px;
}

.price_by_night {	
	font-color: #FF5A5F;
	border: 1px solid #FF5A5F;
	border-radius: 5px;
	min-width: 60px;
	height: 60px;
	font-size: 30px;
	text-align: right;
}

.information {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 80px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.max_guest {
	width: 100px;
	background: url(../images/guests.png) no-repeat 0 0;
}

.number_rooms {
        width: 100px;
        background: url(../images/bedrooms.png) no-repeat 0 0;
}

.number_bathrooms {
        width: 100px;
        background: url(../images/bathrooms.png) no-repeat 0 0;
}
