.resources-card{display:flex;flex-direction:column;gap:.75rem;@media screen and (min-width:850px){gap:2rem}}.resources-card__img{border-radius:1rem;aspect-ratio:16/12}.resources-card__content{padding:0 1.25rem;@media screen and (min-width:850px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}}.resources-card__header{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.resources-card__category{padding:.25rem .5rem;font-size:.875rem;background-color:var(--primary-color-light);color:var(--primary-color);border-radius:99999999px;line-height:1.3}.resources-card__time{font-size:1rem;line-height:1.3}.resources-card__title{margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem);line-height:1.2;letter-spacing:-.02em;@media screen and (min-width:850px){margin-bottom:1.5rem}}.resources-card__description{margin:0 0 1.5rem;font-size:1.125rem;line-height:1.4;@media screen and (min-width:850px){margin-bottom:2rem}}.resources-card__btn{color:var(--primary-color);display:flex;align-items:center;gap:.3rem}.resources-card__btn-icon{width:2rem;transition:transform .2s ease-in}.resources-card__btn:hover .resources-card__btn-icon{transform:translateX(.5rem)}