ul#offices {
  list-style: none;
  margin: 0;
  padding: 0;  
}

ul#offices li.one-office {
  display: inline-block;
}

ul#offices li.one-office {
  overflow: hidden;
  display: block;
  float: left;
  width: 425px;
  margin: 0 0 25px 0;
  padding: 10px;  
  background: #f8f4f1;
}



ul#offices li.one-office.even {
  float: right; 
}


ul#offices li.one-office div.text {
  float: left;
  width: 425px;
  height: 250px;
}

div.filimap {
  width: 425px;
  height: 425px;
}