I’ve done this on this site – http://fatechventures.com/team
See attached screenshot.
I think this is the CSS you’ll need:
/* Single Team Page styling */
article.type-team .article-body-wrap {
width: 64%;
}
article.type-team .profile-image-wrap {
width: 30%;
}
.team-member-bio { /* team member bio text justify */
text-align: justify;
}
There *may* be more to it – I also did a lot of custom coding for the team.php file located at:
flexform/includes/page-builder/composer/lib/shortcodes/team.php
though I’m not sure it would apply in your situation.
Hope this helps!