/* Biyografi-Seite: h2 kleiner + responsive */
body.page-id-3784 #content h2 {
    font-size: clamp(20px, 2vw, 24px) !important;
    line-height: 1.3 !important;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
}

@media (max-width: 767px) {
    body.page-id-3784 #content h2 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
}