.cards{display:flex;flex-wrap:wrap}.cards__card{display:flex;flex-direction:column;align-items:flex-start;max-width:calc(33.3% - 1em);margin-top:1.5em;margin-left:1.5em;padding:1.5em;border-radius:3px;box-shadow:0px 0px 20px rgba(0,26,62,0.1);background:#fff}.cards__card:nth-child(3n+1){margin-left:0}.card__image{height:35px;width:auto;margin-bottom:1em}.card__text{width:100%}@media(max-width:767px){.cards{flex-direction:column}.cards__card{max-width:100%;margin-left:0}}