.customer-card__grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;background:#f3f3f3;align-items:center;padding:2rem;border-radius:2rem}.customer-card__content h2{margin-bottom:0;font-size:2rem}.customer-card__video{position:relative;overflow:hidden;border-radius:2rem;aspect-ratio:16 / 9}.customer-card__video iframe{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.customer-card__grid--stacked{grid-template-columns:1fr}.customer-card__grid--stacked .customer-card__video{order:1}.customer-card__grid--stacked .customer-card__content h2{margin-bottom:1rem}@media (max-width:767px){.customer-card__grid{grid-template-columns:1fr}}