.rich-section .rich-content,
.rich-section .rich-content a,
.rich-section .rich-content strong,
.rich-section .rich-content strong p{
    font-family: var(--nunito-font) !important;
    font-size: 16px;
    line-height: 27px;
}
.rich-section {
    padding: 0;
}
.rich-section .text-title {
    font-family: var(--nunito-font) !important;
}
.rich-section h2 {
    font-size: 20px;
    line-height: 24px;
}
.rich-section h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.rich-section.fazit .rich-container {
    background-color: var(--blog-fazit);
    border-left: 4px solid var(--blog-fazit-border);
    margin: 0 auto;
    padding: 20px 10px 25px 20px;
}

.rich-content.double-arrow li {
    list-style: none;
}
.rich-content.double-arrow li::before {
    content: '';
    display: block;
    width: 11px;
    height: 9px; 
    -webkit-mask-image: url('/plugins/PRL_Portlets/Portlets/CustomRichText/list-icon.svg');
    mask-image: url('/plugins/PRL_Portlets/Portlets/CustomRichText/list-icon.svg');
    background-color: var(--primary-font-color);
    position: absolute;
    top: 8px;
    left: -18px;
}
.rich-content.double-arrow li {
    position: relative;
}