.cards{display:flex}.cards,.cards__card{flex-wrap:wrap;justify-content:space-between}.cards__card{display:inline-flex;flex-basis:0;flex-direction:column;flex-grow:1;margin-left:10px;margin-right:10px;max-width:100%;max-width:600px}.cards__card:first-child{margin-left:0}.cards__card:last-child{margin-right:0}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{width:100%}.icon--card{align-items:center;display:inline-flex;justify-content:center;margin-bottom:30px}@media (max-width:991px){.cards__card{max-width:100%;min-width:100%}.cards.mobile--center .cards__card{align-items:center;justify-content:center;margin-left:0;margin-right:0}.cards.mobile--center .cards__card .card__content,.cards.mobile--center .cards__card .card__content .card__icon,.cards.mobile--center .cards__card .card__content .card__text{text-align:center!important}}