.participant-list-component {
  background-color: #FFFFFF;
  max-width: 418px;
  padding: 20px;
  position: relative;
  border-radius: 0.75rem;
}
.participant-list-component:hover .participant-photo img {
  transform: scale(1.1);
}
.participant-list-component header .participant-photo {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -20px;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}
.participant-list-component header .participant-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s 0s ease;
}
.participant-list-component header .participant-photo svg {
  height: 35px;
  width: 35px;
  fill: #562C80;
}
.participant-list-component header section {
  margin-left: 130px;
  min-height: 90px;
}
.participant-list-component header section h3 {
  font-size: 18px;
  font-weight: 600;
}
.participant-list-component header section p {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/*# sourceMappingURL=participants-list-component-style.css.map */
