.three-card .main-heading{margin-bottom:30px;}
.three-card .svg-quote-in svg {max-width: 37%;height: auto;}
.three-card .svg-quote-in {position: absolute;top: 26%;left: 40px;}
@media(max-width:1500px){
  .three-card .svg-quote-in{left:0;}
}
@media(max-width:1024px){
  .svg-quote-in{display:none;}
}
.three-card__card_items .card-btn {margin-top: 20px;display: inline-block;}
.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;}
@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;}   
}