.footer{
  background-color: #E6E7E8;
  /*font-weight: 300;*/
  color: #58595B;
}
.footer h4{
  font-weight: 300;
}
.footer p{
  font-size: 12px;
}
.brand-logo img {
  height: 42px;
}
.brand-partner img {
  height: 30px;
}
.brand-partner small {
  vertical-align: top;
  /*color: #58595B;*/
  font-size: 10px;
}
@media (max-width: 767px) {
  .footer .brand-logo, .footer .brand-partner{
    text-align: center;
  }
  .footer .address-office, .footer .address-plaza{
    padding-left: 30px;
  }
}