.cards{gap:1rem;justify-content:space-between}.cards,.cards__card{display:flex;flex-wrap:wrap}.cards__card{align-items:center;align-self:flex-start;flex:0 0 auto;margin-bottom:1.4rem;max-width:100%;width:300px}@media (max-width:1024px){.cards__card{width:calc(50% - .5rem)}}@media (max-width:768px){.cards{gap:.5rem;justify-content:space-around}.cards__card{margin-bottom:1rem;min-width:140px;width:calc(50% - .5rem)}}@media (max-width:320px){.cards__card{min-width:120px;width:calc(50% - .25rem)}}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}