.fl-cases {
	padding: 110px 0 60px;
}

.fl-cases__block {
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 105px 68px 0 67px;
	position: relative;
}

.fl-cases__block::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
	z-index: 2;
	height: 130px;
	top: -65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2020/08/beauty_icon.png');
}

.fl-cases__block .section__header {
	margin-bottom: 30px;
}

.fl-cases__block .section__title.color-line {
	text-align: center;
}

.fl-cases__block .section__content {
	text-align: center;
	margin-top: 30px;
}

.fl-cases__block .section__subtitle {
	margin-top: 32px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	color: #292929;
	font-family: var(--font-secondary);
}

.fl-cases__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}

.fl-cases__image {
	width: 45.2%;
}

.fl-cases__image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.fl-cases__descr {
	width: 50.5%;
	padding: 25px 0;
}

.post-template-flexible-post .fl-cases__descr .html-content ul li {
	padding-left: 20px;
}

.fl-cases__bottom {
	margin-top: 30px;
	background-color: #009CE9;
	padding: 64px 15px 62px;
}

.fl-cases__bottom .html-content {
	color: #fff;
	text-align: center;
	max-width: 1035px;
	margin: 0 auto;
	font-weight: 600;
	line-height: 24px;
}

@media screen and (max-width: 1199px) {
	.fl-cases {
		padding: 70px 0 30px;
	}

	.fl-cases__block {
		padding: 90px 30px 0 30px;
	}

	.fl-cases__block .section__subtitle {
		margin-top: 20px;
		font-size: 20px;
		line-height: 24px;		
	}

	.fl-cases__block .section__content {
		margin-top: 20px;
	}

	.fl-cases__wrapper {
		padding: 0;
	}

	.fl-cases__image {
		width: calc( 50% - 15px );
	}
	.fl-cases__descr {
		padding: 0;
		width: calc( 50% - 15px );
	}

	.fl-cases__bottom {
		padding: 40px 15px;
	}
	.post-template-flexible-post .fl-cases__descr .html-content ul li {
		margin-bottom: 10px;
	}
	.post-template-flexible-post .fl-cases__descr .html-content ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 992px) {
	.fl-cases__block {
		padding: 90px 15px 30px;
	}

	.fl-cases__image {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 20px;
	}

	.fl-cases__descr {
		width: 100%;
	}
}