.person-picture {
width: 120px;
height: 120px;
border-radius: 50%;
}
.box-item.person {
text-align: center;
}
@media screen and ( min-width: 768px ) {
.person-picture {
width: 200px;
height: 200px;
}
}