.testimonialcard.hooucard {
    display: flex;
    flex-direction: column;
    min-width: 260px;
    max-width: 260px;
    border-radius: 6px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    height:450px;
    cursor: default;
    margin:4px;
}

.testimonialcard .hooucard-imagewrapper {
    text-align: center;
    height:80px;
    margin-bottom: 15px;
}

.testimonialcard .hooucard-imagewrapper img{
    width: 80px;
    aspect-ratio: 1/1;
    border-radius:100%;
}

.testimonialcard .hooucard-content {
    padding: 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.testimonialcard .hooucard-customer {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.testimonialcard h3.hooucard-customer-customername {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1.38;
    min-height: calc(1.38em * 1);
    letter-spacing: normal;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px
}

.testimonialcard p.hooucard-customer-jobdescription,
.testimonialcard p.hooucard-customer-institution {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.57;
    min-height: calc(1.57em * 2);
    color: #e3e7fc;
    letter-spacing: -0.21;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width:200px;
    margin: 0 auto 10px;
}

.testimonialcard p.hooucard-customer-institution {
    font-weight: 500;
    color: var(--hoou-mittelblau);
}

.testimonialcard .hooucard-content-text {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.43;
}
.testimonialcard .hooucard-spacer hr{
    width: 140px;
    border-top: 1.5px solid #fff;
}
