.text-modul {
    margin-bottom: 4rem;
}

.text-modul .text h3, .text-modul .text h4, .text-modul .text h5, .text-modul .text h6 {
    color: var(--bmfsfj-blue);
    font-family: BundesSans-Web, Arial, sans-serif;
    line-height: 1.333;
}

.text-modul .text h3 {
    font-size: 1.75rem;
    margin-bottom: 1.625rem;
}

.text-modul .text p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--bmfsfj-font-mint);
    margin-bottom: calc(1em * 1.6)
}


.text-modul .text *:last-child {
    margin-bottom: 0;
}


@media (max-width: 767.98px) {
    .text-modul .text h3 {
        font-size: 1.5rem;
    }
    
    .text-modul .text p {
        font-size: 1.125rem;
    }
}



