/*! Why-Us page (site-whyus-*) — scoped additions only. Reuses .marquee/
    .marquee-track (untouched invariant, scroll/scroll-rtl keyframes) with a
    new cell size for portrait testimonial screenshots instead of the dark
    .logos section's small logo boxes. */

.whyus-testimonial-marquee {
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.whyus-testimonial-cell {
  flex-shrink: 0;
  width: 260px;
  padding-inline: 10px;
  box-sizing: border-box;
}
.whyus-testimonial-cell img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-m);
  border: 1px solid var(--border);
  display: block;
}
