
/* *************************** ABOUT *************************** */

.employee {
  margin-top: 20px; 
  margin-left: 20px;
  margin-right: 20px;
}

.employee-avatar {
  max-width: 128px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}

.employee-info {
  display: inline-block;
  width: calc(100% - 180px);
  padding: 0px 20px;
}

.employee-heading {
  font-weight: bold;
  margin-bottom: 12px;
}

.credits {
  text-align: center;
  margin-bottom: 20px;
}

.credit-column {
  width: calc(33% - 80px);
  padding: 0px 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.credit-column h4 {
  margin-bottom: 10px;
  margin-top: 22px;
}

.credit-heading {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.credit-second-heading {
  margin-top: 40px;
}

.credit-post {
  margin-top: 32px;
}