
.wp-block-timeular-blocks-checks {
	text-align: center;
}

.blue-checks {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}

.blue-checks::before {
	content: "";
	margin-right: 10px;
	font-family: "font awesome 5 pro";
	font-weight: 300;
}

.blue-check:last-child {
	margin-right: 0;
}

@media (max-width:map-get($grid-breakpoints,"lg")) {
	.blue-checks {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
