.resource-cards__cards{display:grid;grid-gap:48px}.resource-cards__card{border-radius:4px;border-top:4px solid #e1251b;box-shadow:0 0 12px 0 rgba(0,0,0,.08);display:grid;margin-inline:auto;max-width:880px;overflow:hidden}.resource-cards__image>img{height:100%;object-fit:cover;width:100%}.resource-cards__content{align-content:center;display:grid;grid-gap:12px;background-color:#fff;padding:30px}.resource-cards__heading,.resource-cards__rich-text p:last-child{margin-bottom:0}.resource-cards__buttons{display:flex;flex-wrap:wrap;gap:20px}@media(min-width:992px){.resource-cards__card{grid-template-columns:40% 1fr;min-height:280px}.resource-cards__content{padding:40px}}