.ccm-page .box-basic-image_full h1:first-child,
.ccm-page .box-basic-image_full h2:first-child,
.ccm-page .box-basic-image_full h3:first-child,
.ccm-page .box-basic-image_full h4:first-child,
.ccm-page .box-basic-image_full h5:first-child,
.ccm-page .box-basic-image_full h6:first-child {
	margin-top: 0px;
}

.ccm-page .box-basic-image_full li {
	margin: 0 0 16px 0px;
	padding-left: 1em;
	position: relative;
}

.ccm-page .box-basic-image_full {
	padding: 32px 32px 16px;
	background: -webkit-repeating-linear-gradient(-45deg, rgba(247, 247, 247, 0.5), rgba(247, 247, 247, 0.5) 3px, rgba(247, 247, 247, 1.00) 3px, rgba(247, 247, 247, 1.00) 7px);
	background: repeating-linear-gradient(-45deg, rgba(247, 247, 247, 0.5), rgba(247, 247, 247, 0.5) 3px, rgba(247, 247, 247, 1.00) 3px, rgba(247, 247, 247, 1.00) 7px);
	border-radius: 2px;
	display: inline-block;
	width: 100%;
	margin: 0 auto 32px;
}

.ccm-page .box-basic-image_full li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	font-size: 0.6rem;
	position: absolute;
	top: 8px;
	left: 2px;
}
