.inc-sectionheadline {
    max-width: 100%;
}

.inc-sectionheadline__text {
    font-size: var(--font-size-xl);
    color: var(--primary-text-color);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-tight);
    white-space: normal;  
    overflow-wrap: break-word;
}