.teamprofilepictures {
  width: 50%;
  border-radius: 50%;
  margin: 25px 0;
}

.teamprofileprofessions {
  font-size: 23px;
  color: gray;
}

.teamprofiledescription {
  text-align: justify;
  margin-top: 30px;
  max-width: 85%;
  margin: auto;
}

.teamprofileicons {
  font-size: 30px;
  margin: 30px 0 30px 0;
}

.teamprofilenames {
  font-size: 28px;
}

@media (max-width: 576px) {
  .teamprofilenames {
    font-size: 23px;
  }
}

