.boxPartners table{
  width: 940px;
  table-layout: fixed;
}
.boxPartners table td{
  vertical-align: middle;
  text-align: center;
  width: 33.33%;
  padding-bottom: 20px;
}
.boxPartners table tr td:first-child{
  width: 33.33%;
}
.boxPartners img{
  float: none;
  display: block;
  margin: 0 auto;
}