.expandable-cards{display:flex;flex-wrap:wrap;justify-content:center}.expandable-card{padding:32px;margin:12px;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between}.expandable-card__title{margin-bottom:8px}.expandable-card__collapsed-text{font-size:24px;margin-bottom:24px}@media(min-width:576px){.expandable-card{flex-basis:44%}}@media(min-width:1200px){.expandable-card{flex-basis:22%}}.expandable-card__expanded-text ul{list-style-type:none}.expandable-card__expanded-text ul li:before{content:'\2014';position:absolute;margin-left:-20px}