/* Mitarbeiter Kachel */
.mm-employee__card {
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
}

.mm-employee--left .mm-employee__card {
  flex-direction: row;
}

.mm-employee--right .mm-employee__card {
  flex-direction: row-reverse;
}

.mm-employee__card p {
  line-height: 1;
  padding: 0;
}

.mm-employee__image {
  border-radius: 10px;
  margin-bottom: 0 !important;
  max-width: 365px !important;
}

.mm-employee__info {
  padding: 30px 50px;
}

.mm-employee__name {
  color: #8F3685;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.14px;
  line-height: 35px;
}

.mm-employee__list {
  color: #8F3685;
  font-size: 15px;
  letter-spacing: 0.07px;
  line-height: 25px;
  margin-bottom: 0;
}
