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

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

.f_blog_boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 35px;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 100px;
	width: 100%;
}

.f_blog_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border: 2px solid #e6e6e6;
	height: 100%;
}

.f_blog_boxNoborder {
	border: none;
}

.f_blog_text {
	padding: 25px 25px 45px 25px;
}


.f_blog_box section {
	width: 100%;
	padding-top: 68%;
	background-size: cover;
}

.f_blog_box a {
	background-color: #FFFAEB;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	color: #ECC554;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
	/*width: max-content;*/
	display: block;
}


.f_blog_box p {
	font-size: 14px;
	line-height: 30px;
}

.f_blog_box span {
	background-image: url('/wp-content/themes/freehold/homepage/blog/clock.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
}
