.resource{background-color:#fff;box-shadow:0 20px 40px -20px rgba(0,0,0,0.2);margin:.5em;padding:1em 1em 1.5em;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease;width:100%}.resource:hover{box-shadow:0 20px 40px -20px rgba(0,0,0,0.3)}.resource:hover .resource__image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.resource__image{height:200px;overflow:hidden;width:100%}.resource__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:100%}.resource__type{color:var(--indigo);font-size:.875rem;font-weight:900;letter-spacing:1px;margin:1.25em 0 .25em;text-transform:uppercase}.resource__title{color:var(--black);font-size:1.35rem;margin:0}.resource__list{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-evenly;justify-content:space-evenly;margin:1em auto;max-width:1200px;width:100%}@media(min-width:500px) and (max-width:1024px){.resource{width:calc(50% - 2em)}}@media(min-width:1024px){.resource{width:calc(33.3% - 2em)}}