Change font size for all elements (Team Showcase)

Add this code to the Custom CSS field on the Style of your Team Showcase widget’s settings:

.eapp-team-showcase-title-component{
font-size: 32px;
}
.eapp-team-showcase-tabs-tabsCategory{
font-size: 18px;
}

.eapp-team-showcase-member-card-info-name {
font-size: 20px !important;
}
.eapp-team-showcase-member-card-see-more-component{
font-size: 20px;
}
.eapp-team-showcase-member-card-info-component div{
font-size: 20px;
}
.eapp-team-showcase-member-card-info-component a{
font-size: 20px;
}