.three-card__card_box{position:relative;padding:41px 34px;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;}
@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;}   
}