.team_founders .founder_row{display:grid;gap:32px;grid-template-columns:repeat(2,1fr);padding-bottom:64px}.team_founders .image_col{border-radius:20px;height:292px;overflow:hidden;width:100%}.team_founders .image_col img{height:100%;object-fit:cover;width:100%}.team_founders .name{color:#000;font-size:20px;font-weight:600;line-height:150%;margin-bottom:0}.team_founders .position{color:#000;font-size:18px;font-weight:400;line-height:150%;margin-bottom:16px}.team_founders .description{color:#000;font-size:16px;font-weight:400;line-height:150%;margin-bottom:24px}.team_founders .social_icons{display:flex;flex-wrap:wrap;gap:10px}.team_founders .social_icons a{text-decoration:none}.team_founders .social_icons svg{height:24px;fill:#155273}@media (max-width:868px){.team_founders .founder_row{grid-template-columns:1fr;padding-bottom:34px}}