.professors-description-card-component {
  background: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: 0.3s;
  max-width: 418px;
  display: block;
  text-decoration: none;
  color: #2F2F2F;
}
.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 img {
  max-height: 200px;
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.professors-description-card-component section {
  padding: 20px;
}
.professors-description-card-component section h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
}
.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 */
