.team_section{background-color:#fff;overflow:hidden}.team_section .content_wrapper{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap;justify-content:start;padding-top:10px}.team_section .member_col{box-sizing:border-box;margin:0 0 15px;padding:0 25px;width:33.33%}.team_section .member_item{box-sizing:border-box;margin:0 auto 20px;max-width:265px;text-align:center}.team_section .member_item,.team_section .member_item .image_box{border-radius:10px;overflow:hidden;position:relative;transition:all .2s ease-in-out}.team_section .member_item .image_box{height:270px;width:100%;z-index:0}.team_section .member_item .image_box:before{background-color:#67697c;border-radius:10px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:2}.team_section .member_item .image_box img{height:130%!important;left:0;object-fit:cover;object-position:50% 50%;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:1}.team_section .member_item .hover_content{bottom:-5px;left:0;opacity:0;padding:0 15px;position:absolute;text-align:left;transition:all .2s ease-in-out;z-index:3}.team_section .member_item:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.15);transform:scale(1.05)}.team_section .member_item:hover .image_box:before{opacity:.65!important}.team_section .member_item:hover .hover_content{bottom:20px;opacity:1}.team_section .member_item .hover_content h3{color:#fff;font-size:30px;font-weight:400;line-height:1.1;margin:0 0 5px!important}.team_section .member_item .hover_content p{color:#fff;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:0 0 10px!important}.team_section .member_item .hover_content .social-links{list-style-type:none;margin:0;padding:0}.team_section .member_item .hover_content .social-links li{display:inline-block;list-style-type:none;margin-right:10px}.team_section .member_item .hover_content .social-links li a{background-color:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block;height:32px;position:relative;width:32px}.team_section .member_item .hover_content .social-links li a svg{fill:#4d4d4d;bottom:0;height:auto;left:0;margin:auto;position:absolute;right:0;top:0;width:16px}.team_section .member_item .btn_toggler{border-radius:6px;cursor:pointer;display:block;height:30px;margin:20px auto 15px;position:relative;text-align:center;width:30px}.team_section .member_item .btn_toggler span img{max-width:100%!important}.team_section .member_item .btn_toggler .less,.team_section .member_item .expanded_content{display:none}.team_section .member_item .expanded_content{padding:0 15px}.team_section .member_item .expanded_content p{color:#67697c;font-size:16px;font-weight:500;line-height:1.5;margin:0 0 10px}@media (min-width:577px) and (max-width:991px){.team_section .member_col{width:50%}}@media (max-width:576px){.team_section .member_col{margin:0 auto 15px;width:100%}}