.staff__text {
  margin-bottom: 92px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .staff__text {
    text-align: left;
  }
}