.mentor__image-area {
  position: relative;
  border: 1px solid #c2c2c2;
  height: 200px;
  border-radius: 10px;
}
.mentor__image-area:hover .intern-job__overlay {
  height: 20%;
  cursor: pointer;
}
.mentor__overlay {
  border-radius: 0 0 5px 10px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: 0;
  transition: 0.3s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mentor__btn-del-image {
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 25px;
}
.mentor__description-area {
  height: 180px !important;
}
