Small css fix needed

Hi I need a margin of around 10 px to appear above the ‘news from iaaf’ heading in this page http://tinyurl.com/ybdodnw as it is currently touching the image thumbnail above it, how can i fix this? thanks

Add overflow:hidden to #latest-news

#latest-news {
  overflow: hidden;
}

thanks ralph