.fl-grey-sec {
	padding: 41px 0 40px;
	background-color: #FBFBFB;
}

.fl-grey-sec .section__header {
	margin-bottom: 72px;
}

.fl-grey-sec .section__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.fl-grey__image {
	max-width: 1159px;
	margin: auto;
}

.fl-grey__image img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height: auto;
}

@media screen and (max-width: 1199px) {
	.fl-grey-sec {
		padding: 30px 0;
	}
	.fl-grey-sec .section__header {
		margin-bottom: 30px;
	}
}