.name-person{ text-transform: capitalize;}
.white-box{
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    max-width: 80%;
}
.white-box img{
    width: 80% !important;
    margin: 0 auto;
    float: initial !important;
}