/* Equal-height cards without breaking Swiper slide widths */

.testimonial-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonial-swiper .swiper-slide {
    display: block;
    height: auto;
    box-sizing: border-box;
}

.testimonial-swiper .item-inner {
    display: block;
    flex: none;
    width: auto;
    height: 100%;
}

.testimonial-swiper .testimonial-card {
    height: 100%;
}

.testimonial-grid .item {
    display: flex;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
}

.testimonial-card .card-body,
.testimonial-card blockquote {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.testimonial-card blockquote > p {
    margin-bottom: 1.25rem;
}

.testimonial-card blockquote > .flex.items-center,
.testimonial-card blockquote > div.flex {
    margin-top: auto;
    flex-shrink: 0;
}
