.az-diu-keypoints {
	margin: 1.4em 0 1.8em;
	padding: 1.05em 1.25em 1em;
	border: 1px solid #b7d9e8;
	border-left: 6px solid #278bb2;
	border-radius: 6px;
	background: #eef8fc;
	color: #263f4c;
}

.az-diu-keypoints h3 {
	margin-top: 0;
	margin-bottom: .7em;
	border-bottom: 0;
}

.az-diu-keypoints ul {
	margin: 0 !important;
	padding-left: .25em !important;
	list-style: none !important;
	list-style-type: none !important;
}

.az-diu-keypoints ol {
	margin-bottom: 0;
}

.az-diu-keypoints li {
	margin-bottom: .45em;
}

.az-diu-keypoints ul li {
	position: relative;
	list-style: none !important;
	list-style-type: none !important;
	padding-left: 1.25em;
}

.az-diu-keypoints ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\2713";
	color: #278bb2;
	font-weight: 700;
}

.az-diu-keypoints li:last-child {
	margin-bottom: 0;
}
