.fl-blue-items {
	padding: 40px 0 60px;	
}

.fl-blue-items .blue-time__list {
	margin: 0;
}

.fl-blue-items .blue-time__item {
	background-color: transparent;
	border-bottom: none !important;
	margin-bottom: 4px;
}
.fl-blue-items .blue-time__item:last-child {
	margin-bottom: 0;
}

.fl-blue-items .blue-time__list.custom-video .blue-time__item:after {
	display: none;
}

.fl-blue-items .blue-time__item--image {
	order: 2;
	width: calc(50% - 2px );
}

.fl-blue-items .blue-time__item:nth-child(even) .blue-time__item--image {
	order: 1;
}

.fl-blue-items .blue-time__item--text {
	order: 1;
	line-height: 26px;
	text-align: left;
	margin: 0;
	padding: 27px 33px 28px 35px;
	width: calc( 50% - 2px );
	background-color: #009CE9;
	align-self: stretch;
	display: flex;
	align-items: center;
}

.fl-blue-items .blue-time__item:nth-child(even) .blue-time__item--text {
	order: 2;
}

.fl-blue-items .blue-time__item--text p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}
.fl-blue-items .blue-time__item--text p:last-child {
	margin-bottom: 0;
}

.fl-blue-items .blue-time__item--text h3 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
	.fl-blue-items .blue-time__item--text h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.fl-blue-items .blue-time__item--text p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.fl-blue-items .blue-time__item--text {
		padding: 25px 15px;
	}

	.fl-blue-items {
		padding: 40px 0;
	}
}

@media screen and (max-width: 992px) {

	.fl-blue-items {
		padding: 30px 0;
	}

	.fl-blue-items .blue-time__item--image {
		order: 1 !important;
		width: 100%;
	}
	.fl-blue-items .blue-time__item--text {
		width: 100%;
		order: 2 !important;
		align-items: flex-start;
	}

	.fl-blue-items .blue-time__item {
		margin-bottom: 2px;
	}
}