.cards{display:grid;gap:50px;grid:auto/auto;margin:0 2rem}.cards__card{background-color:transparent;border:none;border-radius:0;padding:0}.card__image{height:100%!important;margin-bottom:1rem;max-height:300px;min-height:200px;object-fit:cover;width:100%!important}.card__title{color:#000;font-size:2.1rem;font-weight:700;margin-bottom:1rem;text-decoration:none;transition:all .35s ease-in-out}.card__text a{color:#000;font-size:1.7rem;font-weight:300}.card__text p{line-height:1.3}.card__text a:hover{color:#08f}.card__date{color:#000;font-size:1.3rem;font-weight:700}@media (min-width:720px){.cards{grid:auto/auto auto auto;margin:0}.card__image{max-height:300px;min-height:300px}}