.text-cards{display:grid;gap:1.5rem}.text-cards__item{border-radius:1rem;box-shadow:0 2px 8px 0 rgba(20,25,31,.2);display:flex;flex-direction:column;margin:0 auto;max-width:100%;padding:2.5rem}.text-cards__item-dynamic-height{min-height:var(--tallest-card-height,auto)}@media (min-width:767px){.text-cards{display:grid;gap:1.5rem;justify-content:center;padding:1.5rem}.text-cards__item-dynamic-height{min-height:var(--tallest-card-height,auto)}}