.f_projects {
	padding-top: 2rem;
	width: 100%;
}
.f_projects .f_benefits_content {
	margin-bottom: 0;
}

.f_projects_topBanner {
	width: 100%;
	height: 496px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	

	/*background-image: url("/wp-content/themes/freehold/how-it-works/hero.jpg"); */
	margin-top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
}


.f_projects_topBannerContent {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}


.f_projects_topBannerContent h1  {
	font-size: 50px;
	font-weight: 400;
	line-height: 62px;
	color: #090b21;
	font-family: 'Lora';
	width: 400px;
}

.f_projects_topBannerContent p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	color: #090b21;
	width: 400px;
	font-family: 'Montserrat', sans-serif !important;
}

.f_projects .properties {
	display: flex;
	margin-bottom: 2rem;
}

.f_projects .f_sharedContainer {
	position: relative;
}

.f_projects .f_sharedContainer .f_relatedDetail{
	margin-left: 0px;
}


.f_projects .properties .property{
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: #000000;
	width: 48%;
	margin-right: 2%;	
	position: relative;		
	box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.45);
	padding-bottom: 1rem;
	overflow: hidden;
}

.f_projects .properties .property:hover {
	box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.75);
}

.f_projects .properties .property:last-child{
	margin-right: 0%;
}


.f_projects .properties .property .property_image img{
	max-width: 100%;
}

.f_projects .properties .property .property_name {
    background-color: #FFFFFF;
	color: #000000;
    clear: both;
    display: flex;
    justify-content: center;
    width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;		
}

.f_projects .properties .property .property_name a{
	color: #000000;
	text-align: center;
	text-decoration: none;		
}

.f_projects .properties .property .property_name a:hover {
	text-decoration: underline;
}


.f_projects .properties .property .property_name span{
	font-size: 32px;
    font-weight: 900;
	text-align: center;
}

.f_projects .properties .property  .property_information {
	display: flex;
	justify-content: space-between;
}

.f_projects .properties .property .property_expect_return,
.f_projects .properties .property .property_turn_time {
	padding-left: 1rem;
	padding-right: 1rem;		
}


.f_projects .properties .property .property_expect_return .label,
.f_projects .properties .property .property_turn_time .label {
    font-size: 13px;
    font-weight: 600;
    color: #6374a5;	
}

.f_projects .properties .property .property_expect_return .value,
.f_projects .properties .property .property_turn_time .value {
    color: #e9ad01;
    font-size: 25px;
    font-weight: 600;
}
