.project-card{margin-left:auto;margin-right:auto;display:flex;width:100%;max-width:325px;flex-direction:column;overflow:hidden;border-radius:.5rem;border:1px solid #b7c5e1}.project-card-image{height:12rem;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top}.project-card-body{display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .5rem}@media (min-width:768px){.project-card-body{gap:1.25rem}}.project-card-title{text-align:center;font-size:1.333rem;line-height:1.4;font-weight:600}.project-card-subtitle{text-align:center;font-size:1rem;line-height:1.6;color:var(--text-color-light)}.project-card-tech{width:100%}.project-card-tech .project-details_tech-list{justify-content:center}.project-card-link{width:100%}