
.f_benefits_content {
	background: #fbf8f1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 55px;
	padding-bottom: 55px;
}

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


.f_benefits_boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 47px;
	justify-content: space-between;
	margin-top: 2rem;
}

.f_benefits_box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	text-align: justify;
}

.f_benefits_box svg{
	width: 165px;
	height: 165px;
}

.f_benefits_box img {
	width: 120px;
	height: 120px;
}

.f_benefits_boxSvg2 svg {
	width: 115px !important;
}

.f_benefits_box p {
	text-align: center;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

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

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