.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin:1.4rem;max-width:100%;width:100%;padding:40px 20px;border-radius:6px;background:#fff;box-shadow:0px 1px 6px rgb(204 204 204 / 35%)}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem 10px}.card__text{padding:0 10px;width:100%}.cards__card h4{font-weight:600;margin-bottom:4px;margin-top:3px}.cards__card h2{font-weight:400;margin-bottom:0;margin-top:0;padding-bottom:0;font-size:21px}.cards__card p{font-size:17px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.icon{margin-bottom:20px}@media only screen and (max-width:620px){.cards{display:flex;flex-wrap:wrap;justify-content:space-between}.cards__card{max-width:100%;width:100%}}