.customer-story-cards{display:grid;gap:20px}.cards__card{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:100%}.card__image{height:auto;margin:0 auto;max-width:100%}.card__text{width:100%}.card__text p:not(:last-child){margin-bottom:0}@media only screen and (min-width:768px){.customer-story-cards{grid-template-columns:repeat(2,1fr)}}