.cards_grid{display:flex;flex-wrap:wrap}.cards_grid .card{display:flex;flex-direction:column;overflow:hidden;transition:.3s}.cards_grid img.card_image{display:block;object-fit:cover;width:100%}.cards_grid .text_area{flex-grow:1;padding-bottom:10px}.cards_grid .title{margin-bottom:10px;margin-top:0}.cards_grid .description{margin-top:0}@media (max-width:576px){.cards_grid .card{width:100%!important}}