.customer-cta__wrapper{position:relative;overflow:hidden;padding:2rem;border-radius:2rem}.customer-cta__content{position:relative;z-index:1;display:grid;grid-template-columns:3fr 1fr;border-radius:2rem;gap:1rem;align-items:center}.customer-cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.customer-cta p{color:#fff}.customer-cta .button{font-family:"Roboto Mono",monospace;font-weight:500;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;background-color:#fff;color:#1a1b1d}.customer-cta .button:hover{background-color:#898a8a;color:#fff}.customer-cta__bg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:1199px){.customer-cta__content{grid-template-columns:1fr}.customer-cta__image{display:none}.customer-cta h2{font-size:2rem}}