Hello @meemie,
You can change size of the image by using custom css feature available on “onetone” theme. Simply go to Appearance > Ontone Options > General Options. There You’ll get a section to add your custom css. For your propose, you could add following CSS code inside the box below Custom CSS.
#services .magee-feature-box img {
width: auto;
height: 40px;
}