Hi there,
Welcome to SeaTheme forum.
The foot social text and symbols(icons) are set in the theme options:

You can also adapt them by custom CSS like:
body {
--fontsize-foot-social: 14px; /*pc*/
--fontsize-foot-social-m: 20px; /*mobile*/
}
If you want to adapt icons for different size, please use custom CSS like:
.footer-social .socialmeida-a .fa {
font-size: 24px; /*pc*/
}
@media(max-width:767px) {
font-size: 20px; /*mobile*/
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook