.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.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%}.card__image{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;max-width:250px;padding:10px;width:auto;min-height:70px}.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}.card__text h3{font-family:"Pluto",sans-serif;font-weight:600;font-size:20px;text-transform:uppercase;margin:0 0 .4rem}.card__text p{font-size:14px;font-weight:600}@media screen and (max-width:1150px){.cards{flex-wrap:wrap}.cards__card.card{flex:100% 0 0}}