
  .ft-team .team__card .team__content h5, .team .team__card .team__content p {
    transition: all 0.5s ease
  }

  .ft-team .team__card .team__content .team__title:after {
    width: 50px;
    height: 4px;
    background:  #9ad953;
    top: 100%;
    transition: all 0.5s ease
  }
  /* .ft-team .team__card:hover .team__content {
    background: #9ad953;
} */
  /* .ft-team .team__card:hover .team__content h5, .team .team__card:hover .team__content p, .team .team__card:hover .team__content i {
    color: #fff;
    transition: all 0.5s ease;
  } */
  /* .ft-team .team__card:hover .team__content:after {
    height: 0;
    background: #9ad953;
  } */
  /* .ft-team .team__card:hover .team__content .team__title:after {
    background: #000000
  } */

  .ft-team .team__content{
    background: aliceblue;
    transition: all 0.5s ease;
  }
  .ft-team .team__card{
    transition: all 0.5s ease;
  }


