.fl-blue-sec {
	padding: 107px 0 50px;
	background-color: #009CE9;
	position: relative;
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
}

.fl-blue-sec::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/2026/03/round-1.png');
}

.fl-blue-sec .container {
	max-width: 1330px;
}

.fl-blue-sec .section__header {
	margin-bottom: 0;
}

.fl-blue-sec .section__title.color-line {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding-bottom: 44px;
	letter-spacing: .15px;
}

.fl-blue-sec .section__title.color-line::before {
	background-color: #fff;
	max-width: 346px;
}

.fl-blue-sec .section__content {
	margin-top: 40px;
	color: #fff;
	padding-left: 19px;
}

.post-template-flexible-post .fl-blue-sec .html-content ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-template-flexible-post .fl-blue-sec .html-content ul li {
	width: calc( 50% - 65px );
	margin-bottom: 18px;
}
.post-template-flexible-post .fl-blue-sec .html-content ul li:last-child {
	margin-bottom: 0;
}

.post-template-flexible-post .fl-blue-sec .html-content ul li::before {
	background-color: #fff;
}

.fl-blue-sec .section__subtitle {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--font-secondary);
	margin-top: 35px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.fl-blue-sec {
		padding: 90px 0 40px;
	}
	.fl-blue-sec .section__content {
		margin-top: 30px;
		padding-left: 0;
	}

	.fl-blue-sec .section__title.color-line {
		padding-bottom: 25px;
	}
	.fl-blue-sec .section__subtitle {
		margin-top: 25px;
	}

	.post-template-flexible-post .fl-blue-sec .html-content ul li {
		margin-bottom: 10px;
		width: calc( 50% - 15px );
	}
}

@media screen and (max-width: 767px) {
	.post-template-flexible-post .fl-blue-sec .html-content ul li {
		width: 100%;
	}
}