Team section move text below

Hi
Website link: http://www.sapcalculationsscotland.com
On the homepage I have the team section. With the description of the team member is there a way to make the text go underneath the image rather than on the right under the Name and Title.
I want it to show directly under on computer browser as well as mobile phones.

hey there

Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS

#team .section-content .person .person-content {
width: 100%;
text-align: center;
}
#team .section-content .person .person-image {
width: 100%;
}

Thanks!
Colorlib Support Team