.ce_fancy_text {
    font-family: 'Roboto';
    font-size: 18px;
	font-weight: 100;
}
.ce_fancy_text > .headline{
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.ce_fancy_text *:is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 10px;
}
.ce_fancy_text > .headline::after {
    content: "";
    width: 5rem;
    border-bottom: 10px solid #059ad4;
    position: absolute;
    bottom: 0;
    left: 0
}