.member_bio_wrapper .image img {
  width: 100%;
  max-width: 300px !important;
  border-radius:10px;
  margin-bottom:30px;
}
.member_bio_wrapper .member_bio_inner {
  padding: 0;
}
@media (max-width:1200px){
.member_bio_wrapper .member_bio_inner {
  padding: 0 24px;;
}
}
.member_bio_wrapper .social_icon,
.member_bio_wrapper .social_icon svg{
  width: 30px;
  height: 30px;
}
.member_bio_wrapper .social_links {
  display: flex;
  gap: 20px;
}
.member_bio_wrapper .content{
  display:flex;
  gap:30px;
}
.member_bio_wrapper .left_content{
  width:100%:
    max-width:33.33%;
}
.member_bio_wrapper .right_content{
  width:100%;
  max-width:66.66%;
}
.member_bio_wrapper .name h2{
  margin-bottom:10px;
}
.member_bio_wrapper .designation h6{
  margin-bottom:6px;
}

.member_bio_wrapper .member_detail{
  display:inline-block;
  margin-bottom:20px;
}
@media (max-width:767px){
 .member_bio_wrapper .content{
    display:flex;
    gap:15px;
    flex-direction:column;
  }
 .member_bio_wrapper .left_content{
    width:100%;
    max-width:100%;
  }
 .member_bio_wrapper .right_content{
    width:100%;
    max-width:100%;
  }
} 
@media (max-width:400px){
.member_bio_wrapper .image img {
  width: 100%;
  max-width: 100% !important;
  border-radius:10px;
}
}