.fl-double-grey {
	padding-bottom: 60px;
}

.fl-double-grey__top {
	background-color: #FBFBFB;
	max-width: 1920px;
	margin: 0 auto;
	padding: 62px 0 50px;
}

.fl-double-grey .section__header {
	margin-bottom: 0;
}

.fl-double-grey .section__title.color-line {
	text-align: center;
	padding-bottom: 23px;
}
.fl-double-grey .section__title.color-line::before {
	max-width: 319px;
}

.fl-double-grey .section__content {
	margin-top: 30px;
	text-align: center;
	font-weight: 600;
}

.fl-double-grey__wrapper {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fl-double-grey__image {
	width: calc( 50% + 10px );
}

.fl-double-grey__image img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.fl-double-grey__descr {
	width: calc( 50% - 10px );
	padding-left: 41px;
}

.post-template-flexible-post .fl-double-grey__descr .html-content b {
	font-weight: 600;
}

@media screen and (max-width: 1199px) {
	.fl-double-grey__top {
		padding: 40px 0 30px;
	}

	.fl-double-grey .section__title.color-line {
		padding-bottom: 20px;
	}
	.fl-double-grey .section__content {
		margin-top: 20px;
	}

	.fl-double-grey__descr {
		padding-left: 30px;
	}
	.fl-double-grey {
		padding-bottom: 30px;
	}

	.fl-double-grey__wrapper {
		align-items: flex-start;
	}
}

@media screen and (max-width: 992px) {
	.fl-double-grey__image {
		width: 100%;
		margin-bottom: 20px;
	}
	.fl-double-grey__descr {
		width: 100%;
		padding-left: 0;
	}
}