As I didn’t find it in the forum, I wanted to shared the CSS code to make the team member Name/Info be alligned to the right of the photo on Desktop but the centered below on mobile.
@media only screen and (min-width: 768px) {
.team-img-container {
float: left !important;
}
}