.resource-feed{display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.resource-feed__primary-card{border-radius:15px;padding:35px;position:relative}.resource-feed__primary-card h2{color:var(--white)}.resource-feed__primary-card__content{position:relative;z-index:2}.resource-feed__primary-card__bg-image{bottom:0;position:absolute;right:0}.resource-feed__secondary-cards{display:flex;flex-direction:column;gap:15px}.resource-feed__secondary-cards__secondary-card{align-items:flex-start;border-radius:15px;display:flex;flex-direction:column;padding:35px}.resource-feed__secondary-cards__secondary-card h4{font-weight:700}.resource-feed__secondary-cards__secondary-card a.button{margin-top:35px}@media screen and (min-width:768px){.resource-feed__primary-card__content{max-width:368px}}@media screen and (max-width:767px){.resource-feed{grid-template-columns:1fr}.resource-feed__primary-card{padding-bottom:170px}.resource-feed__primary-card__bg-image{max-height:230px;width:auto}.resource-feed__secondary-cards__secondary-card{align-items:normal}}