.ws-block-title {
    max-width: 35rem;
}
.ws-block-title > * {
    margin-bottom: 0;
    margin-top: 0 !important;
}
/* .ws-block-title > .tagline {
    color: var(--akzent-red);
    font-family: 'Tanker', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: .5rem;
} */
@media only screen and (max-width: 767px) {
    .ws-block-title br {
        display: none
    }
    /* .ws-block-title > .tagline {
        font-size: 1rem;
    } */
}
