.fl-double-img {
	padding:  16px 0;
	background-color: #FAFAFA;
}

.fl-double-img .container {
	max-width: 1370px;
}

.fl-double-img__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.fl-double-img__list {
	width: 45.37%;
}

.fl-double-img__item {
	border-radius: 25px;
	box-shadow: 0px 0px 12px 5px rgba(100, 148, 184, 0.15);
	margin-bottom: 19px;
}

.fl-double-img__item:last-child {
	margin-bottom: 0;
}

.fl-double-img__item img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
	aspect-ratio: 608 / 448;
}

.fl-double-img__descr {
	width: 54.63%;
	padding: 50px 0 50px 67px;
}


.fl-double-img__descr .section__header {
	margin-bottom: 0;
}

.fl-double-img__descr .section__title.with-line {
	margin-bottom: 40px;
	text-align: left;
}

.fl-double-img__descr .section__title.with-line::before {
	right: auto;
	margin: 0;
}

.fl-double-img .section__quote {
	text-align: left;
	margin: 0 0 30px;
	padding-right: 35px;
}

.fl-double-img .section__header .section__content {
	margin-top: 0;
	text-align: left;
}

.fl-double-img .section__header .section__content.html-content > * {
	margin-bottom: 26px;
}

.fl-double-img .section__header .section__content.html-content > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
	.fl-double-img__descr {
		padding: 30px 0 30px 30px;
	}

	.fl-double-img__descr .section__title.with-line {
		margin-bottom: 30px;
	}
	.fl-double-img .section__quote {
		font-size: 24px;
		line-height: 36px;
	}
	.fl-double-img .section__quote {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 1199px) {
	.fl-double-img .section__header .section__content.html-content > * {
		margin-bottom: 20px;
	}

	.fl-double-img__descr {
		padding: 0 0 0 20px;
	}

	.fl-double-img__wrapper {
		align-items: flex-start;
	}
}

@media screen and (max-width: 992px) {
	.fl-double-img__list {
		width: 100%;
		margin-bottom: 30px;
	}
	.fl-double-img__descr {
		width: 100%;
		padding: 0;
	}

	.fl-double-img {
		padding: 16px 0 50px;
	}

	.fl-double-img .section__quote {
		max-width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.fl-double-img .section__quote {
		font-size: 20px;
		line-height: 1.5;
		max-width: 100%;
		padding: 0 35px 0 45px;
	}
}