.resourceContainer{margin:0 auto;max-width:1300px}.resourceWrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between}.resourceItem{background:#222;box-shadow:0 16px 32px rgba(34,35,38,.05),0 8px 16px rgba(34,35,38,.05);display:flex;flex-basis:23.5%;transition:.2s ease-in-out;width:100%}.resourceItem:hover{transform:scale(1.02)}.resourceImg{overflow:hidden}.resourceImg,.resourceImg img{max-height:215px;min-height:215px}.resourceImg img{object-fit:cover;width:100%}.resourceContent{align-items:stretch;color:#fff;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:24px;width:100%}.resourceContent p{margin-bottom:0}a.resourceLink{color:#fff;text-decoration:none}.contentType{color:#ef8031;font-size:13px;margin-bottom:15px;text-transform:uppercase}.title{min-height:85px}.title h3{color:#fff;font-size:24px;line-height:1.2;margin-bottom:15px}.resourceContent .description{flex:1 0 auto}@media(max-width:875px){.resourceWrapper{gap:20px;justify-content:center}.resourceItem{flex-basis:48%}.title{min-height:auto}}@media(max-width:600px){.resourceItem{flex-basis:100%}.title{min-height:auto}.title h3{font-size:20px}.resourceContent p{font-size:15px}}