.fl-blue-number {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 40px 0 50px;
}

.fl-blue-number .container {
	max-width: 954px;
}

.fl-blue-number__top {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: #fff;
	margin-bottom: 30px;
}

.fl-blue-number__bottom {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: #fff;	
	margin-top: 49px;
}

.fl-blue-number__item {
	margin-bottom: 16px;
	background-color: #009BE8;
	display: flex;
	flex-direction: row;
}

.fl-blue-number__item:last-child {
	margin-bottom: 0;
}

.fl-blue-number__num {
	width: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 50px;
	line-height: 67px;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: #fff;
	background-color: #0487CB;
}

.fl-blue-number__content {
	padding: 36px 30px;
	width: calc( 100% - 74px );
	display: flex;
	align-items: center;
}

.fl-blue-number__html {
	max-width: 703px;
	font-size: 22px;
	line-height: 29px;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: #fff;	
}

.fl-blue-number__html > * {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1199px) {
	.fl-blue-number__top {
		font-size: 20px;
	}
	.fl-blue-number__bottom {
		font-size: 20px;
		margin-top: 30px;
	}

	.fl-blue-number__content {
		padding: 20px 15px;
	}
	.fl-blue-number__html {
		font-size: 18px;
		max-width: 100%;
		line-height: 26px;
	}

	.fl-blue-number__item {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 992px) {
	.fl-blue-number__top,
	.fl-blue-number__bottom {
		font-size: 18px;
	}

	.fl-blue-number__num {
		width: 60px;
		font-size: 40px;
		line-height: 50px;
		padding: 5px;
	}
	.fl-blue-number__content {
		width: calc( 100% - 60px );
	}
}