.project-card{position:relative;display:flex;flex-direction:column;overflow:hidden}@media only screen and (min-width: 1024px){.project-card:hover,.project-card:focus-visible{--info-trans-y: 0%}}.project-card__image-wrapper{position:relative;aspect-ratio:414/400}@media only screen and (min-width: 1024px){.project-card__image-wrapper{aspect-ratio:480/560}}.project-card__image-wrapper img{position:absolute;width:100%;height:100%!important;object-fit:cover}.project-card__info{display:flex;flex-direction:column;gap:16px;padding:18px 14px 14px;background-color:#fff}@media only screen and (min-width: 1024px){.project-card__info{position:absolute;left:0;bottom:0;width:100%;transform:translateY(var(--info-trans-y, 100%));transition:transform .45s ease-in-out;will-change:transform}}.project-card__info-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.project-card__info-header h3,.project-card__info-header p{font-size:22px;line-height:1.2;color:#002b38}.project-card__info-header h3{font-weight:500}.project-card__info-header p{font-weight:200}
