.resource-single .resource,.resource__inner{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex}.resource-single .resource{background-color:var(--light-gray)}.resource__inner{flex-direction:column;transition:all .2s ease}.resource__image img{aspect-ratio:19/13;-o-object-fit:cover;object-fit:cover;width:100%}.resource__content{color:var(--base-color);height:100%;padding:3rem}.resource__content .resource__type{font-weight:700;margin:0 0 1.2rem;text-transform:uppercase}.resource__content h3{font-size:2.4rem;font-weight:500;line-height:1.17;margin:0}.resource__content h3 svg{display:inline-block;margin-left:.8rem;transition:all .2s ease}.resource:hover .resource__content h3 svg{transform:translateX(1.8rem)}