footer {
  padding: 40px 0px;
  background-color: #000000;
  color: #fff;
}
footer .icon {
  margin-right: 1em;
}
.icon {
  vertical-align: middle;
  width: 17px;
  height: 28px;
  display: inline-block;
}
footer .service {
  margin-bottom: 12px;
}

footer .service-info:last-child {
  font-size: 0.875rem;
}
footer .social {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #fff;
  text-align: center;
  display: block;
  font-size: 0;
  margin: 0 12px 0 0;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
footer .freight {
  font-size: 16px;
}
ul {
  list-style: none;
  padding-left: 0;
}
li a {
  font-size: 0.875rem;
  line-height: 1.29;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
}