.f_propertyHero {
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	align-items: self-start;
}

.f_propertyHero h1 {
	margin:0
}


.f_propertyHero_mainInfoBox {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 50px;
	align-items: flex-start;
}

.f_propertyHero_mainImages {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.f_propertyHero_topImage {
	/*display: flex;*/
	width: 100%;
	padding-bottom: 10px;
	height: 500px;
}

.f_propertyHero_topImage img {
	width: 100%;
	object-fit: cover;
}

.f_propertyHero_smallImages {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 150px;
	width: 100%;
}

.f_propertyHero_smallImages img {
	width: 32%;
	object-fit: cover;
	height: 100%;
}

.f_propertyHero_mainInfo {
	padding-top: 10px;
}

.f_propertyHero_mainHeaderInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.f_propertyHero_mainLIkeIcon {
	cursor: pointer;
	transition: 0.3s;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_propertyHero_mainLIkeIcon:hover {
	transform: scale(1.2);
}

.f_propertyHero_mainLIkeIcon svg {
	width: 30px;
	height: 30px;
}

.f_propertyHero_mainLIkeIcon svg path {
	fill: #000000;
}

.f_propertyHero_mainTitle {
	font-size: 32px;
	font-weight: 900;
	margin: 0;
}

.f_propertyHero_mainHeaderInfo p {
	margin-top: 5px;
	color: #6f6f6f;
	font-size: 19px;
	margin-bottom: 0;
}

.f_propertyHero_properties {
	display: flex !important;
	margin: 30px 0;
}

.f_propertyHero_onePropertySeparator {
	font-size: 20px;
	color: #d2d0d0;
	display: flex;
	align-items: center;
	margin: 0 35px;
}

.f_propertyHero_oneProperty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.f_propertyHero_oneProperty p {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	width: 100%;
	text-align: left;
}

.f_propertyHero_onePropertyValue {
	font-size: 30px;
	font-weight: 900;
	margin-right: 10px;
}

.f_propertyHero_oneProperty section {
	display: flex;
	align-items: center;
}

.f_propertyHero_oneProperty svg {
	width: 30px;
	height: 30px;
	fill: #0a4b78;

}

.f_propertyHero_description span {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.f_propertyHero_description p {
	color: #6f6f6f;
	line-height: 25px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
