.image-text-gallery{display:grid;gap:32px}.image-text-gallery--2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.image-text-gallery--3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.image-text-gallery__item{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;padding:16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;margin:15px 0}.image-text-gallery__item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #00000014}.image-text-gallery__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;margin-bottom:16px}.image-text-gallery__content{display:flex;flex-direction:column;flex:1}.image-text-gallery__title{margin:0 0 8px}.image-text-gallery__text{font-size:var(--font-body-scale, 1.4rem);line-height:1.6;color:rgb(var(--color-foreground));opacity:.85;margin:0 0 12px}.image-text-gallery__button{margin-top:auto;margin-bottom:8px;align-self:flex-start}@media (max-width: 768px){.image-text-gallery{grid-template-columns:1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
