.fl-optimize {
	padding: 80px 0;
}

.fl-optimize .container {
	max-width: 1370px;
}

.fl-optimize .section__header {
	margin-bottom: 40px;
}

.fl-optimize .section__title.with-line {
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: left;
}

.fl-optimize .section__title.with-line::before {
	right: auto;
	margin: 0;
}

.fl-optimize__label {
	width: auto;
	max-width: max-content;
	margin-bottom: 50px;
	padding: 6px 30px;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--font-secondary);
	font-weight: 700;
	color: #819C97;
	background-color: #E4F4F1;
	border-radius: 10px;
	text-align: left;
}

.fl-optimize__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.fl-optimize__item {
	width: calc( 25% - 18px );
	margin: 0 9px 25px;
	padding: 25px 16px 30px;
	background-color: #F1FAFF;
	box-shadow: 0px 0px 8px 5px rgba(100, 148, 184, 0.15);
	border-radius: 20px;
}

.fl-optimize__item.width33 {
	width: calc( (100% / 3 ) - 18px );
	padding: 25px 18px 27px;
}

.fl-optimize__top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 15px;
}

.fl-optimize__icon {
	width: 65px;
	height: 65px;
	margin-right: 13px;
}

.fl-optimize__icon img {
	display: block;
	max-width: 100%;
	object-fit: contain;
	height: auto;
	width: 100%;
}

.fl-optimize__name {
	width: calc( 100% - 78px );
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	font-family: var(--font-secondary);
	color: #292929;
}

.fl-optimize__quote {
	max-width: 1920px;
	margin-top: 35px;
	background: linear-gradient(70.03deg, #E4F4F1 17.58%, #F1FAFF 92.65%);
	padding: 96px 0;
}

.fl-optimize__quote--wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.fl-optimize__quote--icon {
	width: 180px;
	height: 180px;
	margin-right: 39px;
	position: relative;
	border: 3px solid #6494B8;
	border-radius: 100%;
}

.fl-optimize__quote--icon::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #009BE8;
	filter: blur(6px);
}

.fl-optimize__quote--icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

.fl-optimize__quote--text {
	width: calc( 100% - 219px );
	padding-left: 76px;
	padding-right: 45px;
	color: #292929;
	font-weight: 400;
	font-style: italic;
	font-family: var(--font-primary);
	font-size: 32px;
	line-height: 45px;
	position: relative;
}

.fl-optimize__quote--text::before {
	position: absolute;
	content: '';
	width: 44px;
	height: 35px;
	left: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../../../flexible-post/img/quote-left.svg');
}

.fl-optimize__quote--text::after {
	position: absolute;
	content: '';
	width: 44px;
	height: 35px;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../../../flexible-post/img/quote-right.svg');
}

@media screen and (max-width: 1199px) {
	.fl-optimize {
		padding: 50px 0;
	}

	.fl-optimize .section__title.with-line {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.fl-optimize .section__header {
		margin-bottom: 30px;
	}

	.fl-optimize__label {
		margin-bottom: 30px;
		font-size: 16px;
		padding: 6px 20px;
	}

	.fl-optimize__quote {
		padding: 50px 0;
	}
	.fl-optimize__quote--icon {
		margin-right: 20px;
	}
	.fl-optimize__quote--text {
		width: calc( 100% - 200px );
		font-size: 24px;
		line-height: 36px;
		padding: 0 40px;
	}

	.fl-optimize__quote--text::before,
	.fl-optimize__quote--text::after {
		width: 30px;
		height: 24px;
	}
}

@media screen and (max-width: 992px) {
	.fl-optimize__list {
		margin: 0;
		justify-content: space-between;
	}
	.fl-optimize__item {
		width: calc( 50% - 15px ) !important;
		margin: 0 0 30px;
		padding: 25px 15px !important;
	}

	.fl-optimize__quote--text {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width: 767px) {
	.fl-optimize__quote {
		margin-top: 20px;
		padding: 30px 0;
	}

	.fl-optimize__name {
		font-size: 16px;
		line-height: 26px;
	}
	.fl-optimize__quote--wrapper {
		flex-direction: column;
	}
	.fl-optimize__quote--icon {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.fl-optimize__quote--text {
		width: 100%;
	}
}

@media screen and (max-width: 568px) {
	.fl-optimize__item {
		width: 100% !important;
	}
}