.cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cards__card{flex:1 1 300px;max-width:100%}.cards__card__vertical{flex:1 1 500px}@media (max-width:1024px){.cards{align-items:center;flex-direction:column}.cards__card,.cards__card__vertical{max-width:500px;width:90%}}@media (max-width:767px){.cards__card,.cards__card__vertical{max-width:100%;width:100%}}