I have an image with center aligned text to the right, but I need the 3rd element which I have named "title", Founder, to stack under the second item named "name" Dewey Stringer. You can see what I am trying to achieve https://seewebgo.com/aas/advisory-board/
I can't seem to add any code in here, but it is visible by going to the page.
.box {
display: flex;
align-items:center;
}
img.round{
border-radius: 100px 100px 100px 100px;
box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
margin: 30px 30px 30px 0;
}
.page-id-95 .box .name{
font-size: 30px;
font-weight: 500;
}
.page-id-95 .box .title{
color: #ccc;
text-transform: uppercase;
align-items: baseline;
}
<div class="box"><img src="https://seewebgo.com/aas/wp-content/uploads/2019/08/dewey-photo.jpg" alt="" width="202" height="202" class="alignnone size-full wp-image-175 round" /><p class="name">Dewey Stringer</p><p class="title">Founder</p></div>
</div>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia.</p>