.card-container{display:flex;flex-wrap:wrap;justify-content:space-between}.card{background:#fff;border-radius:5px;box-shadow:5px 5px 10px rgba(0,0,0,.2);flex:0 1 calc(50% - 20px);margin:0 0 50px;padding:40px 50px;text-align:center;width:100%}@media screen and (max-width:767px){.card{flex:1}}.profile-pic img{border:6px solid #fff;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.2);display:block;height:150px;margin:0 auto;object-fit:cover;width:150px}.profile-name{margin:10px 0 0;text-align:center}.profile-phone a,.profile-title{font-weight:700;margin:5px 0 0;text-align:center;text-decoration:none}.profile-bio{line-height:1.6;margin:20px 0 0;text-align:left}