How to make the widgets icons larger in the service section?

HI,

I would like to make the icons of the widgets in services larger, can you please tell me how todo that?

Thank you

Hey there,
I hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS: to increase icon size in service area

/*icon size in service area*/
#services .section-content .service .service-icon {
    font-size: 80px;
}

Best Regards,
Support