.team-grid-container {
  position: relative;
}

.team-grid-container .team-description {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .team-grid-container:hover .team-text-box {
    position: absolute;
    bottom: 0;
  }

  .team-grid-container:hover .team-text-box .team-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8 !important;
    overflow: hidden;
  }

  .team-grid-container .team-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 30px;
  }

  .team-grid-container .quoteImage::before {
    content: "";
    position: absolute;
    text-indent: 30px;
    left: 2px;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}
