.resources-card__wrapper.tns-slider{display:flex;gap:2rem;margin:0 auto}.resources-card{border-radius:.5rem;max-width:327px;min-height:100%;overflow:hidden;position:relative}.resources-card__image{background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:92%}.resources-card__content{padding:2rem}.resources-card__content h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.resources-card__content p{color:var(--deazy-black);font-size:1rem;margin-bottom:0}.resources-card__content .button{border-color:#fff;color:#fff;padding:.75rem 2.438rem}.resources-card__side{color:#fff;height:100%;transition:all .5s ease;width:100%}.resources-card__side--front{left:0;position:absolute;top:0}.resources-card__side--back{background-color:#fff}.resources-card__side--front{background-color:#221554;height:0;opacity:0}.resources-card:hover .resources-card__side--front{height:100%;opacity:1}.resources-card__side--front h3{color:#fff;margin-bottom:1rem}@media (max-width:767px){.resources-card__wrapper.tns-slider{gap:4px}.resources-card .content-wrapper{padding:0}}@media (min-width:768px){.resources-card__content p{display:none}.resources-card{min-width:357px}}