.ce_fancy_box {
    font-family: 'Roboto';
    font-size: 18px;
	font-weight: 100;
	padding: 20px;
	border: 2px solid #e7e7e7;
	position: relative;
	overflow: visible;
	display: block;
}
.ce_fancy_box.block {
	overflow: visible;
}
.ce_fancy_box i.fa {
	position: absolute;
	right: 0;
	background: #059ad4;
	padding: 5px 20px;
	font-style: normal;
	color: white;
	transform: translateX(50%);
}
.ce_fancy_box > .headline {
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.ce_fancy_box *:is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 10px;
}
.ce_fancy_box > .headline::after {
    content: "";
    width: 10%;
    border-bottom: 10px solid #059ad4;
    position: absolute;
    bottom: 0;
    left: 0
}