* {box-sizing:border-box}

.team{
  width:100%;
  display:flex;
  flex-direction: column;
  justify-content:center;
  text-align: center;
  padding: 0 20%;
}
.team p{
  font-size:16px;
}
.team img{
  object-fit: cover;
  height:210px;
  width:210px;
  border-radius:50%;
  margin:2% 0;
}
