.panel-person .panel-body {
    padding-left: 210px;
    position: relative;
    min-height: 200px;
}

.panel-person-image {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 180px;
    width: 180px;
    background-size: cover;
    background-position: top center;
    border-radius: 10%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}