.cards{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}.cards__card{background-color:transparent;border:none;flex:1;flex-direction:column}.card__image,.cards__card{align-items:center;display:flex}.card__image{background-color:#fff;border-radius:50%;height:100px;justify-content:center;margin-bottom:14px;padding:20px;position:relative;width:100px}.card__image img{height:auto;max-height:70px;max-width:70px;width:auto}.card__text{padding:0 10px;text-align:center;width:100%}.card__text .title{color:var(--body);font-size:2rem;font-weight:300;margin-bottom:12px}@media(min-width:769px){.cards{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}}