.support-section .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 2.8em; /* line-height * 2 */
    word-break: break-word;
}

.support-section .card-title a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}