#offices {

    background: #f7f7fc none repeat scroll 0 0;
  
    padding: 14em 0 4em;
  
  }
  
  .branch {
  
  color: black;
  
  font-size:  18px;
  
  font-weight: 700;
  
  }
  
  #offices h2 {
  
    color: #000;
  
    font-size: 2.4em;
  
    line-height: 1.2em;
  
    margin-bottom: 10px;
  
    font-weight: 400;
  
  }
  
  #offices h3 {
  
    color: #008aad;
  
    font-size: 2em;
  
    text-transform: uppercase;
  
    font-weight: 700;
  
  }
  
  #offices p {
  
    color: #000;
  
    margin-bottom: 10px;
  
  }