.product-story__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
.product-story__media img { width: 100%; height: auto; display: block; border-radius: 0; }
.product-story__heading { margin: 0 0 1.6rem; }
@media screen and (min-width: 990px) { .product-story__grid { grid-template-columns: 1fr 1fr; } }
