.newcard-grid{align-items:stretch;display:grid;gap:20px;grid-template-columns:1fr;padding-top:32px}@media (min-width:600px) and (max-width:991px){.newcard-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.newcard-grid.newcard-grid--3{grid-template-columns:repeat(3,1fr)}.newcard-grid.newcard-grid--4{grid-template-columns:repeat(4,1fr)}}.newcard-card,.newcard-card-inner{display:flex;flex-direction:column;overflow:hidden}.newcard-card-inner{background:#fff;border:1px solid #c6ced2;border-radius:18px;height:100%;justify-content:space-between}.newcard-image{border-radius:18px 18px 0 0;max-height:134px;object-fit:cover;width:100%}.newcard-content{flex-grow:1;padding:30px 30px 22px;word-wrap:break-word;white-space:normal}.newcard-footer{margin-top:auto;padding:15px}.newcard-link:hover{opacity:.8}