.block-testimonial-cards .image-fluid { width: 100%; height: auto; display: block; }
.testimonial-card{border-radius: 14px;position:relative;overflow:hidden;}
.testimonial-card__content{position: absolute;top:0;left:0;width:100%;height:100%;padding:1.25rem;color:white;font-weight: 600;font-size:1.25rem;box-sizing: border-box;display:flex;justify-content: flex-end;flex-direction: column;}
.testimonial-card__image { width:100%; aspect-ratio: 16 / 9; object-fit: cover; }
.testimonial-card footer span { display:block; }
.testimonial-card footer{display:flex;gap:1rem;font-size:1rem}
.testimonial-card footer img{height:60px;width: auto;}
