How to change color and size on the Title and Position on Team Section

To All,

Can you please help me to change the size and colors for the team name and position on the team section? please see the attached image

Test

Thanks

Good morning

Yes, I can help you but please provide a link to the page

No problem:

Thanks for your help

hey there

Please add this CSSĀ in appearance - customize - additional CSS

#team .section-content .person .person-content p.person-position {
font-size: 20px;
color: red !important;
}
#team .section-content .person .person-content p a {
color: #ff02c6;
font-size: 21px;
}

Thanks!
Colorlib Support Team