.business-card{
width:350px;
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
font-family:sans-serif;
}

.banner img{
width:100%;
height:120px;
object-fit:cover;
}

.profile{
text-align:center;
margin-top:-40px;
}

.photo{
width:80px;
height:80px;
border-radius:50%;
border:3px solid #fff;
}

.position{
color:#777;
font-size:14px;
}

.info{
padding:15px;
font-size:14px;
}