I want to move an image in a column up and to the left so that it’s in line with the text next to it, but I can’t figure out the CSS to do it:

I’ve tried this CSS but it’s not working:
[class*=“testimonialimage”] {
padding-top: -80px;
padding-bottom: 10px;
padding-left: 30px;
}
The page it’s on is here: www.waltonmaslow.com/investors-new
Thanks in advance!

