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