.news-factbox,
.news-factbox div,
.news-factbox span, 
.news-factbox p {
    font-size: 24px;
    hyphens: auto;
    word-break: break-word;
}

.news-factbox .factbox-title {
    font-size: 42px;
    color: #e30613;
    text-align: center;
 }

 .news-factbox ul {
    list-style: none;
 }

 .news-factbox li {
     padding-bottom: 10px;
 }

 .news-factbox li::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 33px;
    height: 14px;
    margin-top: 12px;
    margin-left: -43px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32.879' height='14.01' viewBox='0 0 32.879 14.01'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='32.879' height='14.01' fill='none'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Komponente' transform='translate(0)' clip-path='url(%23clip-path)'%3E%3Cline id='Linie_2' data-name='Linie 2' x2='31' transform='translate(0 7.003)' fill='none' stroke='%23e30613' stroke-width='2'%3E%3C/line%3E%3Cpath id='Pfad_10' data-name='Pfad 10' d='M6,12.633,0,6.273,6,0' transform='translate(31.5 13.319) rotate(180)' fill='none' stroke='%23e30613' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
 }

.news-factbox {
    background-color: #faf7f5;
    padding: 15px;
} 

.news-factbox > div {
    padding: 0;
}

