.ccm-page .box-basic h1:first-child,
.ccm-page .box-basic h2:first-child,
.ccm-page .box-basic h3:first-child,
.ccm-page .box-basic h4:first-child,
.ccm-page .box-basic h5:first-child,
.ccm-page .box-basic h6:first-child{
	margin-top:0;
}
.ccm-page .box-basic li{
	margin:0 0 16px 0px;
	padding-left: 1em;
	position: relative;
}
.ccm-page .box-basic{
	padding:16px 16px 0;
    border:1px solid #ddd;
    background:#F7F7F7;
    border-radius: 2px;
    display: inline-block;
	width:100%;
	margin: 0 auto 32px;
}
.ccm-page .box-basic li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f111";
    font-size: 0.6rem;
    position: absolute;
    top: 8px;
    left: 2px;
}
