.card-deck-section{width:100%;height:100%;padding:96px 0px}.card-deck-wrapper{width:100%;max-width:1200px;height:100%;margin:0px auto;padding:0px 15px}.card-deck-header{width:100%;max-width:763px;height:100%;margin:0px auto 56px}.card-deck-header .kicker{text-align:center;margin-bottom:16px}.card-deck-header h2{text-align:center;font-weight:800;margin-bottom:16px}.card-deck-header .intro{text-align:center;color:#486276}.card-deck-grid{width:100%;height:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:30px}.resource-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0px;width:100%;height:auto;background:#fff;border:1px solid #e7edf6;border-radius:5px;overflow:hidden;transition:all 300ms ease-in-out}.thumbnail{width:100%;height:100%;min-height:208px;max-height:208px;overflow:hidden}.thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center}.body{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.details .kicker{margin-bottom:16px}.details .title{line-height:28px;letter-spacing:.1px;color:#1a2834;margin-bottom:16px}.details .description{font-size:16px;line-height:24px;color:#1a2834;margin-bottom:16px}@media(max-width:575px){.card-deck-section{padding:48px 0px}.card-deck-grid{grid-template-columns:repeat(1,1fr)}}