footer {
  background-color: aliceblue;
  padding: 30px;
}

footer > div {
  display: inline-block;
  width: 45%;
  padding: 0 20px;
  vertical-align: top;
}

footer > div > div {
  line-height: 65px;
  font-family: Arial, sans-serif;
  font-size: 35px;
}

footer > div .title {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: bold;
}

footer > div > div #company-number {
  color: #561a8b;
  text-decoration: underline;
}

footer > div #contact {
  width: 290px;
  margin-top: 17px;
}

footer > div #facebook-page {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto 0;
  background-image: url('../assets/images/facebook-blue.png');
  background-size: 100% auto;
}
