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

.f_aboutUs_topBanner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 496px;
	/*background-image: url("/wp-content/themes/freehold/about-us/background.jpg");*/
	margin-top: 0;
	align-items: center;
	justify-content: center;
	margin-bottom: 97px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.f_aboutus .f_benefits_content {
	margin-bottom: 0;
}

.f_aboutUs_block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 47px;
}


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

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

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


.f_aboutUs_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_aboutUs_blockTitle, .f_aboutUs_marketplaceTitle {
	font-size: 43px;
	letter-spacing: -1px;
	line-height: 64px;
	color: #090b21;
	font-weight: 400;
	font-family: 'Lora';
	margin-bottom: 10px;
}

.f_aboutUs_marketplaceTitle {
	text-align: center;
}

.f_aboutUs_content {
	margin-top: 55px;
	margin-bottom: 55px;
	padding-left: 1rem;
	padding-right: 1rem;
}

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

.f_aboutUs_marketplace {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 100px;
}


.f_aboutUs_marketplace img {
	margin-top: 55px;
	width: 1050px;
	height: 575px;
}
