.project-card-container{gap:1.5em;display:grid}.project-card{background-color:var(--ross-background-color-secondary);border-style:solid;border-width:0 0 2px;border-color:var(--ross-border-color);border-radius:5px 5px 0 0;font-size:1em;position:relative}.project-card>article{flex-direction:column;height:100%;display:flex}.project-card>article .project-card-text{flex-direction:column;flex:1;justify-content:space-between;margin:0 .6em .6em;display:flex}.project-card-info{margin-bottom:1.5em}.project-card h3{margin:0 0 .5em;font-size:1.5em}.project-card h3 a{color:inherit;text-decoration:none}.project-card:hover h3 a{text-decoration:underline}.project-card p{margin:0;font-size:.9em;line-height:1.3em}.project-card>article .project-card-text h3>a:before{content:"";position:absolute;inset:0}.project-card .project-card-image{aspect-ratio:16/10;border-radius:5px;justify-content:center;align-items:center;width:100%;margin:0 0 .5em;display:flex;overflow:hidden}.project-card .project-card-image img{object-fit:cover;width:100%;height:100%}.project-card .project-card-title{margin:.2em 0 .1em}.project-card .project-card-tags{flex-flow:wrap;gap:.4em;font-size:.8em;display:flex}.project-card .project-card-tags>.project-card-tag:not(:last-child):after{content:" | ";font-weight:100;position:relative;bottom:.08em}@media screen and (width<=640px){.project-card-container{grid-template-columns:100%}.project-card{border-width:0 0 0 2px;border-radius:0 7px 7px 0}.project-card article{height:unset;flex-direction:row-reverse;padding:1em 1em .5em .7em}.project-card .project-card-image{width:25%;min-width:80px}.project-card .project-card-image>img{object-fit:cover;width:100%;height:100%}}@media screen and (width>=641px){.project-card-container{grid-template-columns:50fr 50fr}}@media screen and (width>=768px){.project-card-container{grid-template-columns:33fr 33fr 33fr}}@media screen and (width>=1200px){.project-card-container{grid-template-columns:25fr 25fr 25fr 25fr}}
