.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-direction:column;justify-content:center;width:240px}.card__image{border-radius:100%;height:200px;width:200px}.card__header{margin-top:30px;text-align:center}@media (max-width:769px){.cards{align-items:center;flex-direction:column;justify-content:center}.cards__card{align-self:center}}