.professors-description-card-component {
  background: #FFFFFF;
  border-radius: 0.75rem;
  margin-block: 64px 32px;
  transition: 0.3s;
  max-width: 418px;
  display: block;
  text-decoration: none;
  color: #2F2F2F;
  position: relative;
}
.professors-description-card-component:hover {
  box-shadow: 2px 5px 17px 0 rgba(0, 0, 0, 0.15);
}
.professors-description-card-component:hover img {
  transform: scale(1.05);
}
.professors-description-card-component .professor-photo {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -33%);
  overflow: hidden;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}
.professors-description-card-component .professor-photo img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform transform 0.3s ease 0s ease;
}
.professors-description-card-component .professor-photo svg {
  height: 30px;
  width: 30px;
  fill: #562C80;
}
.professors-description-card-component section {
  padding: 110px 20px 20px;
}
.professors-description-card-component section h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: center;
}
.professors-description-card-component section p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

/*# sourceMappingURL=professors-description-card-component-style.css.map */
