.cards{-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.cards,.cards__card{display:-webkit-box;display:-ms-flexbox;display:flex}.cards__card{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;-ms-flex-basis:calc(33.33% - 50px);-ms-flex-grow:0;-ms-flex-shrink:0;flex:0 1 33.33%;flex-basis:calc(33.33% - 50px);-ms-flex-direction:column;flex-direction:column;flex-grow:0;flex-shrink:0;margin:1rem 0;padding:25px}.card__image{height:auto;max-width:100%;width:100%}.card__text{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 1rem;text-align:center;word-break:break-word}