.cards__customer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;justify-items:center}@media screen and (max-width:767px){.cards__customer{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem}}.cards__customer .customer-story{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;color:#fff;min-height:500px;overflow:hidden;padding:1.5rem;position:relative;transform:scale(1);transition:box-shadow .3s;transition:scale .3s ease-in-out}.cards__customer .customer-story:hover{box-shadow:0 2px 25px 0 rgba(0,0,0,.15);transform:scale(1.02);transition:box-shadow .3s;transition:scale .3s ease-in-out}.cards__customer .customer-story h6.small{color:#fff;font-size:.8rem;margin-bottom:.5rem;margin-top:0;text-align:right;text-transform:uppercase}.cards__customer .customer-info{border-top:1px solid #fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding-top:.5rem}.cards__customer .customer-logo{flex-basis:40%}.cards__customer .customer-logo img{filter:brightness(0) invert(1)}.cards__customer .customer-location{font-size:.8rem;text-align:right;text-transform:uppercase}.cards__customer .customer-button-wrap{margin-top:4em}.cards__customer a.customer-button{bottom:1.5rem;color:#fff;font-family:aktiv-grotesk-extended,sans-serif;font-weight:500;left:1.5rem;position:absolute;text-decoration:none}.cards__customer a.customer-button:after{border-top:6px solid #286ef1;content:"";left:100%;margin-left:15px;position:absolute;top:.75rem;width:999px}.cards__customer a.customer-button:hover{color:#286ef1}