.colleague article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colleague-img {
  border-radius: 20px;
  width: 215px;
  height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: -25px;
  box-shadow: 5px 5px 10px -6px black;
}
.colleague-body {
  padding-top: 15px;background: rgb(36, 36, 36);
  background: linear-gradient(135deg, rgb(75, 75, 75) 0%, rgb(42, 42, 42) 100%);
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
}

.colleague .colleague-name {
  padding: 0 5px 5px 5px;
  font-weight: 500;
  font-size: 25px;
}
