.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__content .button{font-family:"Roboto Mono",monospace;font-weight:500;background-color:#1a1b1d;color:#fff;font-size:1rem;text-wrap:balance;text-align:center;line-height:1.1;border-radius:3rem;padding:1rem 2rem;-webkit-transition:background-color 0.5s ease-in-out;transition:background-color 0.5s ease-in-out;margin-top:auto;align-self:flex-start}.customer-card__content .button:hover{background-color:#898a8a}.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}}