

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


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

.f_team_boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3px;
	margin-top: 75px;
}

.f_team_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 332px;
	background-repeat: no-repeat;
	background-size: cover;
}


.f_team_box section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #5557649c;
	width: 332px;
	height: 100px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 15px;
}

.f_team_box strong {
	font-weight: bold;
	font-size: 22px;
}
