.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-around}.card__image-wrapper{height:120px;width:100%}.cards__card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 250px;flex:0 1 250px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1rem 0;width:20%;color:}.card__image{width:100%;height:100%;object-fit:contain}.card__text{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-top:15px;padding:0 1rem;text-align:center;word-break:break-word}.cards.-three-up .card{flex:0 1 350px;padding-top:20px;margin:15px;box-shadow:0px 2px 20px 0px rgba(0,0,0,0.12)}.cards.-box-shadow .card{box-shadow:0px 2px 20px 0px rgba(0,0,0,0.12)}.cards.-responsive .card{flex:1 1 300px}