.resource-cards-alt__heading{margin-bottom:4rem;max-width:52rem;padding-bottom:1rem}.resource-cards-alt__card,.resource-cards-alt__cards{grid-gap:var(--gap);display:grid}.resource-cards-alt__card{background-color:var(--white);border:2px solid var(--black);padding:2rem;text-decoration:none}.resource-cards-alt__card-title{color:var(--black);margin-bottom:0;-webkit-transition:all .2s ease;transition:all .2s ease}.resource-cards-alt__card:active,.resource-cards-alt__card:focus,.resource-cards-alt__card:hover{background-color:var(--black);text-decoration:none}.resource-cards-alt__card:active .resource-cards-alt__card-title,.resource-cards-alt__card:focus .resource-cards-alt__card-title,.resource-cards-alt__card:hover .resource-cards-alt__card-title{color:var(--white)}.resource-cards-alt__arrow{justify-self:flex-end;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.resource-cards-alt__image{display:none}@media (min-width:480px){.resource-cards-alt__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.resource-cards-alt{grid-gap:var(--gap-md);display:grid;grid-template-columns:1fr 1fr;padding-bottom:12rem}.resource-cards-alt__content{display:grid}.resource-cards-alt__image{-ms-flex-item-align:end;align-self:end;bottom:-12rem;display:block;position:relative}}@media (min-width:1400px){.resource-cards-alt__image{left:-12rem}}