.cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-evenly}.cards__card{background:#fff;border-radius:12px;box-shadow:0 0 0 0 rgba(0,0,0,.11);flex:1 0 275px;padding:12px}.card__image{display:block;height:auto;margin-bottom:16px;width:68px}.card__title h3{font-size:1.5em;font-weight:500;margin-bottom:1em}.card__title p{color:#476175;font-size:1.2em;font-weight:300;line-height:1.5}@media (max-width:767px){.cards{flex-direction:column}}