.cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}@media (min-width:821px){.cards{flex-wrap:nowrap}}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%}.cards__card.card__2,.cards__card.card__3,.cards__card.card__4,.cards__card.card__5{width:100%}@media (min-width:500px){.cards__card.card__4,.cards__card.card__5{width:calc(50% - 1rem)}}@media (min-width:821px){.cards__card.card__5{width:calc(20% - 1rem)}.cards__card.card__4{width:25%}.cards__card.card__3{width:calc(33% - 1rem)}.cards__card.card__2{width:calc(50% - 1rem)}}.card__image{height:auto;margin-bottom:1rem;max-width:100%;width:100%}.card__text{padding:0 .7rem;width:100%}