.f_howItWorks_hero {
	width: 100%;
	height: 496px;
	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_howItWorksHeader {
	width: 100%;
	--f_howItWorksHeader_height: calc( var(--f_sharedContainer_width) / 1302 * 1368 );
	height: var( --f_howItWorksHeader_height );
	background-image: url("/wp-content/themes/freehold/how-it-works/header.png");
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.f_howItWorksHeader_item h2 {
	font-size: 43px;
	letter-spacing: -1px;
	line-height: 50px;
	color: #090b21;
	font-weight: 400;
	font-family: 'Lora';
	margin-top: 0;
	margin-bottom: 10px;
}

.f_howItWorksHeader_item section {
	margin-top: 37px;
}

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

.f_howItWorksHeader_item {
	width: calc( var(--f_sharedContainer_width) * 0.5 );
	position: absolute;
}

.f_howItWorksHeader_item1 {
	top: calc( var(--f_howItWorksHeader_height) * 0.05 );
	left: 0;
}

.f_howItWorksHeader_item2 {
	top: calc( var(--f_howItWorksHeader_height) * 0.4 );
	left: calc( var(--f_sharedContainer_width) * 0.5 );
}

.f_howItWorksHeader_item3 {
	bottom: calc( var(--f_howItWorksHeader_height) * 0.05 );
	left: 0;
}


.f_howItWorks_item {
	display: flex;	
	align-items: center;
	gap: 47px;
	margin-bottom: 200px;
}

.f_howItWorks_item:nth-child(odd) {
	flex-direction: row-reverse;
}


.f_howItWorks_item img {
	width: 100%;
	height: auto;
}

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

.f_howItWorks_item section {
	margin-top: 37px;
}

.f_howItWorks_item p {
	margin-bottom: 42px;
	font-size: 16px;
	line-height: 30px;
	color: #090b21;
	font-family: "Montserrat", sans-serif;
	text-align: justify;
}


/* mobile */
@media only screen and (max-width: 768px) {
	.f_howItWorksHeader_item {
		position: relative;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.f_howItWorks_item {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.f_howItWorks_item__description {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.f_howItWorks_item__description h2 {
		text-align: center;
	}
}