ul {
	list-style-type: disc;
	padding-left: 16px;
}
ul li::marker {
	color: #45A7C7;
	font-size: 100%;
}
ul li:not(:last-child) {
	margin-bottom: 8px;
}
.al-list {
	list-style-type: none;
	padding-left: 0;
}
.al-list:not(:last-child) {
	margin-bottom: 24px;
}
.al-list > li {
	padding-left: 16px;
	position: relative;
}
.al-list > li:not(:last-child) {
	margin-bottom: 8px;
}
.al-list > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding: 0;
	background: #45A7C7;
}
@media (min-width: 769px) {
	.al-list:not(:last-child) {
		margin-bottom: 32px;
	}
}