.cards-grid{display:flex;flex-wrap:wrap;margin:.5rem}.cards-grid__item{flex:0 0 calc(100% - 1rem);margin:.5rem}.card__desc{max-height:9.7rem;overflow:hidden;transition:max-height .5s ease}.card__desc.no-mw{max-height:unset}.card__desc.expanded{max-height:70rem}.card__desc p{margin:0}.button--ink.hide{display:none}@media only screen and (min-width:768px){.cards-grid{margin:1.5rem}.cards-grid__item{flex:0 0 calc(50% - 1rem)}}@media only screen and (min-width:1024px){.cards-grid__item{flex:0 0 calc(33.33333% - 1rem)}}