.person-card{padding:35px;width:calc(100% - 70px);display:inline-block;box-shadow:0 0 20px 0 rgba(0,0,0,.3);margin:20px 0}.person-avatar{width:200px;height:200px;margin-right:30px;background-size:cover!important;background-position:center!important;float:left}.person-info{float:left;max-width:calc(100% - 230px)}.person-info .person-name{text-align:left!important;font-size:45px!important}
@media only screen and (max-width: 560px) {
  .person-info {
    max-width: 100% !important;
  }
}