.f_homepage {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.f_homepage_topBanner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 760px;
	background-image: url("/wp-content/themes/freehold/homepage/icons/Home-Page-Banner.jpg");
	margin-top: 0;
	align-items: center;
	justify-content: center;
	margin-bottom: 97px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

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

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

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

.f_shared_button {
	border-radius: 4px;
	background-color: #e3ac0d;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 12px 42px;
	transition: 0.3s;
	text-decoration: none;
}

.f_shared_button:hover {
	background-color: #c99703;
}


.f_homepage_aboutUsBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 47px;
	padding-bottom: 265px;
}


.f_homepage_aboutUsImages {
	position: relative;
	display: flex;
	flex-direction: column;
}

.f_homepage_aboutUsImages img:first-child {
	width: 508px;
	height: 335px;
	object-fit: cover;
	margin-right: 75px;
}

.f_homepage_aboutUsImages img:last-child {
	position: absolute;
	left: 271px;
	top: 190px;
	object-fit: cover;
	height: 350px;
}

.f_homepage_blockPreTitle {
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 28px;
	color: #7aa8db;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif !important;
}

.f_homepage_blockTitle {
	font-size: 43px;
	letter-spacing: -1px;
	line-height: 64px;
	color: #090b21;
	font-weight: 400;
	font-family: 'Lora';
	margin-bottom: 10px;
}

.f_homepage_aboutUsContent {
	margin-top: 33px;
}

.f_homepage_aboutUsContent p {
	margin-top: 33px;
	margin-bottom: 42px;
	font-size: 16px;
	line-height: 30px;
	color: #090b21;
	font-family: "Montserrat", sans-serif;
}

.f_homepage_howItWorks {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	margin-bottom: 80px;
}

.f_homepage_howItWorkBoxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 33px;
	margin-top: 65px;
	justify-content: space-between;
	justify-items: stretch;
}

.f_homepage_howItWorkBox {
	display: grid;
    grid-template-rows: auto auto 1fr auto;
	text-align: center;
	border: 2px solid #e6e6e6;
	padding: 30px 10px;
	padding-top: 0;
}

.f_homepage_howItWorkBox svg,
.f_homepage_howItWorkBox img{
	width: 180px;
	height: 180px;
}

.f_homepage_howItWorkBox p {
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
}

.f_homepage_howItWorkBox span {
	font-size: 28px;
	font-weight: 500;
	font-family: "Lora";
	color: #000000;
	text-transform: capitalize;
}

.f_homepage_howItWorkBox a {
	font-size: 18px;
	font-weight: bold;
	color: #7aa8db;
	font-weight: 700;
	font-family: "Montserrat";
	text-decoration: none;
}



@media (max-width: 768px) {
	.f_homepage .f_relatedDetail {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		width: 99%;
		margin: 0 auto;
	}
	
	.f_homepage .f_relatedItemHeader .f_relatedItemHeader-container {
		display: flex !important;
		justify-content: space-between;
		padding-left: 1rem;
		padding-right: 1rem;
		width: 100%;
	}

	.f_homepage .f_relatedItemHeader .f_relatedItemHeader-container .f_relatedItemHeaderProperty {
		margin-bottom: 1rem;
	}

	.f_homepage .f_relatedItemDetails {		
		padding-left: 1rem;
		padding-right: 1rem;		
		width: 100%;
	}

	.f_homepage .f_relatedItemDetails .f_relatedItemDetails-header{
		display: block;
		margin-bottom: 1rem;		
		width: 100%;
	}

	.f_homepage .f_relatedItemDetails .f_relatedItemDetails-header span{
		display: block;				
	}

	.f_homepage_topBannerContent span,
	.f_homepage_topBannerContent h1  {
		font-size: 40px;
		width: auto;
	}

	.f_homepage .f_relatedItemHeaderProperty_name {
		font-size: 14px;
	}
	
	.f_homepage_aboutUsContent {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	

}

