/**
 * The following styles get applied both on the front of your site and in
 * the editor.
 */

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

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

.blue-checks::before {
	content: "\f058";
	margin-right: 10px;
	font-family: "Font Awesome 5 Pro"; /* stylelint-disable-line */
	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;
	}
}
