.resource-cards-container{column-gap:64px;display:grid;grid-template-columns:auto;margin:0 auto;max-width:100%;row-gap:64px}.resource-card-wrapper{display:flex;flex-direction:column;max-width:100%}.resource-card-header{align-items:end;display:flex;flex-direction:column;justify-content:space-between;min-height:240px;padding:40px 40px 0}.resource-card-header a{width:100%}.resource-card-header h3{color:#fff;font-size:30px;line-height:1.2;margin-bottom:inherit}.resource-card-header h3 small{color:#fff;display:inline-block;font-size:18px;line-height:1.2}.resource-card-header .resource-img{height:115px;max-width:100%;object-fit:cover;width:220px}.resource-card-body{-webkit-box-flex:1;border-left:4px solid #f0f2f6;-ms-flex:1 1 auto;flex:1 1 auto;font-size:16px;line-height:1.625;padding:40px 18px}@media (min-width:768px){.resource-cards-container{grid-template-columns:repeat(2,1fr);max-width:960px}.resource-card-wrapper{max-width:420px}}