.cards{display:flex;flex-wrap:wrap;gap:10px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;justify-items:center}.cards__card{max-width:330px;padding:1.5rem 1rem;width:100%}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{width:100%}.card__content{margin:0}.card__title{padding-bottom:.25rem}