.brand img {
  width: 255px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.brand > span {
  display: none;
}

.footer .brand img {
  width: 280px;
  max-height: 82px;
}

.facebook-link {
  color: #397cad !important;
}

@media (max-width: 600px) {
  .brand img {
    width: 205px;
    max-height: 58px;
  }

  .footer .brand img {
    width: 235px;
  }
}
