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


.f_partners_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_partners_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_partners_boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 100px;
	width: 100%;
}

.f_partners_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 176px;
	border: 0.5px solid #e6e6e6;
}

.f_partners_box img {
	width: 178px;
	height: 74px;
}

.f_partners_boxShift {
	margin-top: -30px;
}
