.card{border-radius:10px;border-color:#000;padding:1rem;height:13rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s}.card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.cards{max-width:1250px;margin:0 auto;display:grid;grid-gap:1rem}@media (min-width:600px){.cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.cards{grid-template-columns:repeat(3,1fr)}}@media (min-width:1250px){.cards{grid-template-columns:repeat(4,1fr)}}.avatar{vertical-align:middle;width:75px;height:75px;border-radius:50%;float:left}.location,.name{-webkit-line-clamp:1}.intro,.location,.name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.intro{-webkit-line-clamp:2}.box{float:right}.box:first-child,.box:nth-child(2),.box:nth-child(3),.box:nth-child(4),.box:nth-child(5){width:20%}footer{position:relative;bottom:0}