@media screen and (min-width:40em){
    .listing.kompetenzen_listing .square_item .item_inner>.item_content>.content_title {
        min-height: 6rem;
    }
}

@media screen and (min-width:64em){
    .listing.kompetenzen_listing .square_item .item_inner>.item_content>.content_title {
        min-height: 8rem;
    }
}