.projects-route{align-items:center;gap:var(--space-20);flex-direction:column;width:100%;display:flex}.projects-route__intro{text-align:center;max-width:65ch;color:var(--fg-muted);margin:0;line-height:1.5}.projects-route__list{gap:var(--space-20);flex-direction:column;width:100%;display:flex}.projects-route__learn-more{align-items:center;gap:var(--space-4);color:var(--accent);font-weight:var(--weight-700);margin:0;display:flex}.projects-route__learn-more-arrow{transition:transform .12s;display:inline-block}.projects-route .card-component__text-container{flex-direction:column;display:flex}.projects-route__card-link{color:inherit;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex}.projects-route__card-link:focus-visible,.projects-route__card-link:hover{transform:translateY(-2px)}.projects-route__card-link:focus-visible .card-component,.projects-route__card-link:hover .card-component{box-shadow:0 4px 16px #0fbf3e40}.projects-route__card-link:focus-visible .projects-route__learn-more-arrow,.projects-route__card-link:hover .projects-route__learn-more-arrow{transform:translate(4px)}.projects-route__card-wrapper{flex-direction:column;width:100%;height:100%;display:flex}@media (prefers-reduced-motion:reduce){.projects-route__card-link,.projects-route__learn-more-arrow{transition:none}}@media screen and (width>=768px){.projects-route__list{gap:var(--space-20);grid-template-columns:repeat(auto-fit,minmax(360px,1fr));display:grid}.projects-route .card-component{height:100%}.projects-route .card-component__text-container{justify-content:space-between;height:100%}}
