.three-card__card_box{position:relative;z-index: 1;transition: 0.3s;overflow:hidden;height: 100%;}
.three-card__card-title>*:last-child {margin-bottom: 0;}  
.three-card__icon-image {margin-bottom: 24px;}
.three-card__icon-image>img {display: block;margin: 0 auto;max-height:width: 100%;height: 100% ;object-fit: contain;}
.three-card__Leader__bio{text-align:left;margin-top:40px;}
.three-card__card_box{text-align:left;}
.three-card__card-title>*:first-child{margin-bottom:0;}
.three-card__img {display: flex; justify-content: end; padding-top: 30px;}
@media(max-width:767px){
  .three-card__heading {margin-left:auto;margin-right:auto;}
  .three-card__card_items:last-child{margin-bottom: 0;}
  .three-card__icon-image>img{max-height: 50px;}   
}