.founderCard_wrapper .founderCard_title{margin-bottom:67px}.founderCard_wrapper .founderCard_title h2{margin:0;text-align:center}.founderCard_wrapper .founderCard_inner{display:flex;flex-wrap:wrap;gap:44px;justify-content:center}.founderCard_wrapper .founder_card{flex:0 0 274px;transition:all .3s ease}.founderCard_wrapper .founder_card_inner{border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.15);padding:13px 16px 20px}.founderCard_wrapper .founder_card_img img{aspect-ratio:1/1;border-radius:16px;height:auto;margin-bottom:21px;overflow:hidden;vertical-align:bottom;width:100%}.founderCard_wrapper .founder_social{display:flex;gap:10px}.founderCard_wrapper .founder_card_text{display:flex;flex-direction:column;gap:17px}.founderCard_wrapper .founder_social_icon_holder{display:-ms-grid;display:grid;grid-template-areas:"icon"}.founderCard_wrapper .social_icon{grid-area:icon;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.founderCard_wrapper .social_icon svg{fill:inherit}.founderCard_wrapper .hoverd_icon,.founder_social_icon_holder:hover .normal_icon{opacity:0;visibility:hidden}.founder_social_icon_holder:hover .hoverd_icon{opacity:1;visibility:visible}@media(max-width:991px){.founderCard_wrapper .founderCard_inner{gap:30px}}@media(max-width:767px){.founderCard_wrapper .founder_card{flex:0 0 100%;transition:all .3s ease}}