.gha__resources{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.gha__resources .card{flex-basis:calc(var(--resource-card-container-modifier)*999);flex-grow:1}.gha__resources .card__link{color:inherit;display:flex;flex-direction:column;text-decoration:none}.gha__resources .card__image{line-height:0;overflow:hidden}.gha__resources .card__image img{transition:all .5s ease-in-out}.gha__resources .card__link:hover .card__image img{transform:scale(1.2)}.gha__resources .card__title{font-weight:700}.gha__resources .card__read-more{transition:all .5s ease-in-out}.gha__resources .card__read-more i{margin-left:1em}.gha__resources .card__description,.gha__resources .card__image{margin-bottom:2rem}.gha__resources .card__title{margin-bottom:1rem}.gha__resources .card__read-more{margin-bottom:0}