.usp-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usp-card:hover,
.usp-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 24px 32px rgba(15, 23, 42, 0.12);
}

.testimonial-image-wrap {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}